From 6390a3a4e5e44894a94b31b57a9b2a07a215f171 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 13 Oct 2015 01:51:37 +0200 Subject: whitespace fixes Signed-off-by: Denys Vlasenko --- libpwdgrp/pwd_grp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpwdgrp/pwd_grp.c') 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); -- cgit v1.2.3