]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lslogins: simplify if clause and move definition and comments [oclint]
authorSami Kerola <kerolasa@iki.fi>
Mon, 4 Jul 2016 21:16:54 +0000 (22:16 +0100)
committerSami Kerola <kerolasa@iki.fi>
Thu, 21 Jul 2016 20:14:33 +0000 (21:14 +0100)
commit01e6b621e4671eba42164405cbcdd5b5c7e9c352
tree29ff8566f068e44b4bf39b001fc5d1715daba03f
parent341154da281916a0cc04ec0d4712296bc3e7e69a
lslogins: simplify if clause and move definition and comments [oclint]

The if clause change is pretty trivial.  Moving the macro near to where it
is used makes sense to people who want to read the code.  And finally the
comment about user list was at wrong spot.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
login-utils/lslogins.c