Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2015-10-13 02:51:37 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2015-10-13 02:51:37 +0300
commit6390a3a4e5e44894a94b31b57a9b2a07a215f171 (patch)
treee71564e7eca54d93fe002de0b6c2101168b139a6 /libpwdgrp
parent450a367a11283d44811b8eec33afe5fa00a95f5f (diff)
whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libpwdgrp')
-rw-r--r--libpwdgrp/pwd_grp.c2
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;
#if ENABLE_FEATURE_CLEAN_UP
static void free_static(void)
{
- free(S.db[0].malloced);
+ free(S.db[0].malloced);
free(S.db[1].malloced);
# if ENABLE_USE_BB_SHADOW
free(S.db[2].malloced);