]> git.ipfire.org Git - thirdparty/shadow.git/commit
src/useradd.c: check_uid_range(): Cosmetic
authorAlejandro Colomar <alx@kernel.org>
Wed, 7 Jun 2023 21:56:25 +0000 (23:56 +0200)
committerSerge Hallyn <serge@hallyn.com>
Sat, 10 Jun 2023 00:02:41 +0000 (19:02 -0500)
commit89bdd3660c2bf4544b08ef9a7271f6bc8f810a52
treeb0a0da0132c9abdf9edcbe48f40eb9485a25e7a4
parent4b06c28353157fefc82801df326d518512233d94
src/useradd.c: check_uid_range(): Cosmetic

-  Merge nested conditionals into a single if, to reduce indentation.
-  Indent (1 SP) nested preprocessor conditionals.
-  Reduce use of whitespace and newlines while unindenting.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
src/useradd.c