diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-28 18:57:19 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-28 18:57:19 +0200 |
commit | e4dcba1c103dc28e927e004791e331aaf604383d (patch) | |
tree | a18094ecc54fcea2cb523a802e0c414c3e6f85bf /libpwdgrp | |
parent | 776509544123c68bbc128c0fdb2f699062d294cf (diff) |
*: whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libpwdgrp')
-rw-r--r-- | libpwdgrp/pwd_grp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libpwdgrp/pwd_grp.c b/libpwdgrp/pwd_grp.c index 06f3607a0..abb6f189a 100644 --- a/libpwdgrp/pwd_grp.c +++ b/libpwdgrp/pwd_grp.c @@ -21,13 +21,13 @@ #include <assert.h> #ifndef _PATH_SHADOW -#define _PATH_SHADOW "/etc/shadow" +#define _PATH_SHADOW "/etc/shadow" #endif #ifndef _PATH_PASSWD -#define _PATH_PASSWD "/etc/passwd" +#define _PATH_PASSWD "/etc/passwd" #endif #ifndef _PATH_GROUP -#define _PATH_GROUP "/etc/group" +#define _PATH_GROUP "/etc/group" #endif /**********************************************************************/ |