summaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
authorDenys Vlasenko2016-10-02 22:33:15 +0200
committerDenys Vlasenko2016-10-02 22:33:15 +0200
commit80729a4472e3876c885139414e035fe50e696cbf (patch)
tree2f760a5e3c0721b85d225608f84fc80f822eca9f /shell/ash.c
parentdb7f4c203b6571f39774102fc653d5e619b26c50 (diff)
downloadbusybox-80729a4472e3876c885139414e035fe50e696cbf.zip
busybox-80729a4472e3876c885139414e035fe50e696cbf.tar.gz
whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 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)