whitespace fixes
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 2 Oct 2016 20:33:15 +0000 (22:33 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 2 Oct 2016 20:33:15 +0000 (22:33 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c
shell/hush.c

index f0dd70e6b9eb1f9fce5d4f2b6de9bd83fec821d5..714b011a5897e39c84cc7b765de97b237e80df19 100644 (file)
@@ -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)
index 5990d690c3dbd520d9e1d34bc242ddebf6977a21..f1d25a19927f605df70df02deda24364860db61d 100644 (file)
@@ -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.