]> git.ipfire.org Git - thirdparty/shadow.git/commit
src/useradd.c: create_home(): Cosmetic
authorAlejandro Colomar <alx@kernel.org>
Wed, 7 Jun 2023 21:56:27 +0000 (23:56 +0200)
committerSerge Hallyn <serge@hallyn.com>
Sat, 10 Jun 2023 00:03:57 +0000 (19:03 -0500)
commitc01664c30c217822f76eedc4a217cb383f91fde4
tree2d923af023b5257a5eb24ff8aeb7ce4bdbdaeaf8
parent7415885fb37505f8c543814e7508ab4dd7f234d3
src/useradd.c: create_home(): Cosmetic

-  Fix indentation.  It was very broken.
-  Move variable declaration to the top of the block in which it's used.
-  Reduce use of whitespace and newlines.

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