[git commit] whitespace fixes

Denys Vlasenko vda.linux at googlemail.com
Sun Oct 2 20:33:15 UTC 2016


commit: https://git.busybox.net/busybox/commit/?id=80729a4472e3876c885139414e035fe50e696cbf
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 shell/ash.c  | 2 +-
 shell/hush.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/shell/ash.c b/shell/ash.c
index f0dd70e..714b011 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -7908,7 +7908,7 @@ enum {
 	/* 21 */ | (0u << TFOR)
 #if ENABLE_ASH_BASH_COMPAT
 	/* 22 */ | (0u << TFUNCTION)
-#endif  
+#endif
 	/* 23 */ | (0u << TIF)
 	/* 24 */ | (0u << TIN)
 	/* 25 */ | (1u << TTHEN)
diff --git a/shell/hush.c b/shell/hush.c
index 5990d69..f1d25a1 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -8738,7 +8738,7 @@ static void helper_export_local(char **argv, int exp, int lvl)
 			 && var && var->func_nest_level == lvl
 			) {
 				/* "local x=abc; ...; local x" - ignore second local decl */
-				continue; 
+				continue;
 			}
 #endif
 			/* Exporting non-existing variable.


More information about the busybox-cvs mailing list