Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2016-10-02 23:33:15 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2016-10-02 23:33:15 +0300
commit80729a4472e3876c885139414e035fe50e696cbf (patch)
tree2f760a5e3c0721b85d225608f84fc80f822eca9f /shell/hush.c
parentdb7f4c203b6571f39774102fc653d5e619b26c50 (diff)
whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush.c')
-rw-r--r--shell/hush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 5990d690c..f1d25a199 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.