diff options
author | Tim Riker <tim@rikers.org> | 2006-01-25 00:08:53 +0000 |
---|---|---|
committer | Tim Riker <tim@rikers.org> | 2006-01-25 00:08:53 +0000 |
commit | c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4 (patch) | |
tree | 5f329b7d0c7f20ecced0dc7581a9ba6dc720d965 /shell/ash.c | |
parent | f64ff682a3d58dbb627e760e6fe1ec21d9ccdf61 (diff) | |
download | busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.gz busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.bz2 busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.zip |
just whitespace
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ash.c b/shell/ash.c index ef1fe0af7..69062e02d 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -841,7 +841,7 @@ static int SIT(int c, int syntax) | |||
841 | return S_I_T[indx][syntax]; | 841 | return S_I_T[indx][syntax]; |
842 | } | 842 | } |
843 | 843 | ||
844 | #else /* USE_SIT_FUNCTION */ | 844 | #else /* USE_SIT_FUNCTION */ |
845 | 845 | ||
846 | #define SIT(c, syntax) S_I_T[(int)syntax_index_table[((int)c)+SYNBASE]][syntax] | 846 | #define SIT(c, syntax) S_I_T[(int)syntax_index_table[((int)c)+SYNBASE]][syntax] |
847 | 847 | ||
@@ -1142,7 +1142,7 @@ static const char syntax_index_table[258] = { | |||
1142 | /* 257 127 */ CWORD_CWORD_CWORD_CWORD, | 1142 | /* 257 127 */ CWORD_CWORD_CWORD_CWORD, |
1143 | }; | 1143 | }; |
1144 | 1144 | ||
1145 | #endif /* USE_SIT_FUNCTION */ | 1145 | #endif /* USE_SIT_FUNCTION */ |
1146 | 1146 | ||
1147 | /* alias.c */ | 1147 | /* alias.c */ |
1148 | 1148 | ||