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) | |
download | busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.tar.gz busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.tar.bz2 busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.zip |
*: 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 @@ | |||
21 | #include <assert.h> | 21 | #include <assert.h> |
22 | 22 | ||
23 | #ifndef _PATH_SHADOW | 23 | #ifndef _PATH_SHADOW |
24 | #define _PATH_SHADOW "/etc/shadow" | 24 | #define _PATH_SHADOW "/etc/shadow" |
25 | #endif | 25 | #endif |
26 | #ifndef _PATH_PASSWD | 26 | #ifndef _PATH_PASSWD |
27 | #define _PATH_PASSWD "/etc/passwd" | 27 | #define _PATH_PASSWD "/etc/passwd" |
28 | #endif | 28 | #endif |
29 | #ifndef _PATH_GROUP | 29 | #ifndef _PATH_GROUP |
30 | #define _PATH_GROUP "/etc/group" | 30 | #define _PATH_GROUP "/etc/group" |
31 | #endif | 31 | #endif |
32 | 32 | ||
33 | /**********************************************************************/ | 33 | /**********************************************************************/ |