[git commit] whitespace fixes

Denys Vlasenko vda.linux at googlemail.com
Mon Oct 12 23:51:37 UTC 2015


commit: http://git.busybox.net/busybox/commit/?id=6390a3a4e5e44894a94b31b57a9b2a07a215f171
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 libpwdgrp/pwd_grp.c |    2 +-
 networking/zcip.c   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libpwdgrp/pwd_grp.c b/libpwdgrp/pwd_grp.c
index 1b13325..cefbc8a 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);
diff --git a/networking/zcip.c b/networking/zcip.c
index dba269b..d15c67d 100644
--- a/networking/zcip.c
+++ b/networking/zcip.c
@@ -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;


More information about the busybox-cvs mailing list