whitespace fixes
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 12 Oct 2015 23:51:37 +0000 (01:51 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 12 Oct 2015 23:51:37 +0000 (01:51 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libpwdgrp/pwd_grp.c
networking/zcip.c

index 1b13325cfce76eee0ac369308b17ea3c27eaa238..cefbc8a7e17172952ad6fea3686882bcfc39ab3c 100644 (file)
@@ -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);
index dba269bd8d604c4825db07a598dc687567576827..d15c67d55d10f6630fe0b438a81b7455e08ffd8a 100644 (file)
@@ -387,7 +387,7 @@ int zcip_main(int argc UNUSED_PARAM, char **argv)
                                        send_arp_request(0, &null_ethaddr, chosen_nip);
                                        continue;
                                }
-                               // Switch to announce state
+                               // Switch to announce state
                                nsent = 0;
                                state = ANNOUNCE;
                                goto send_announce;