diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-13 01:51:37 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-13 01:51:37 +0200 |
commit | 6390a3a4e5e44894a94b31b57a9b2a07a215f171 (patch) | |
tree | e71564e7eca54d93fe002de0b6c2101168b139a6 /libpwdgrp | |
parent | 450a367a11283d44811b8eec33afe5fa00a95f5f (diff) | |
download | busybox-w32-6390a3a4e5e44894a94b31b57a9b2a07a215f171.tar.gz busybox-w32-6390a3a4e5e44894a94b31b57a9b2a07a215f171.tar.bz2 busybox-w32-6390a3a4e5e44894a94b31b57a9b2a07a215f171.zip |
whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libpwdgrp')
-rw-r--r-- | libpwdgrp/pwd_grp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpwdgrp/pwd_grp.c b/libpwdgrp/pwd_grp.c index 1b13325cf..cefbc8a7e 100644 --- a/libpwdgrp/pwd_grp.c +++ b/libpwdgrp/pwd_grp.c | |||
@@ -121,7 +121,7 @@ static struct statics *ptr_to_statics; | |||
121 | #if ENABLE_FEATURE_CLEAN_UP | 121 | #if ENABLE_FEATURE_CLEAN_UP |
122 | static void free_static(void) | 122 | static void free_static(void) |
123 | { | 123 | { |
124 | free(S.db[0].malloced); | 124 | free(S.db[0].malloced); |
125 | free(S.db[1].malloced); | 125 | free(S.db[1].malloced); |
126 | # if ENABLE_USE_BB_SHADOW | 126 | # if ENABLE_USE_BB_SHADOW |
127 | free(S.db[2].malloced); | 127 | free(S.db[2].malloced); |