Avoid implicit brackets.

This commit is contained in:
nekral-guest
2007-12-31 15:27:23 +00:00
parent 3709183127
commit ce4e74c1b9
2 changed files with 10 additions and 4 deletions

View File

@@ -4,6 +4,7 @@
out of main().
* src/chsh.c: Before pam_end(), the return value of the previous
pam API was already checked. No need to validate it again.
* src/chsh.c: Avoid implicit brackets.
2007-12-31 Nicolas François <nicolas.francois@centraliens.net>