]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lastlog2: improve coding style
authorKarel Zak <kzak@redhat.com>
Tue, 20 Feb 2024 08:55:48 +0000 (09:55 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 20 Feb 2024 08:55:48 +0000 (09:55 +0100)
commitd2203ae361c228d232b2fa77d7503d1cc3526f75
tree8c527f26477e2b38f7c2a30c1743424b8be2e43c
parent1c14996da1e132830bcc024c2ca7430fe3c2ac28
lastlog2: improve coding style

- use space around operators
- remove unnecessary line breaks from errx() calls

Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/lastlog2.c