diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-03 19:56:34 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-03 19:56:34 +0000 |
commit | 9275814a9e6a3af390c932238c0b1130de8d0edd (patch) | |
tree | beabb5991332e0e2af56b4cb885a8fd6fc7daae2 /editors/sed.c | |
parent | cf94446af7a75385955e0c4de2d5898b219f5719 (diff) | |
download | busybox-w32-9275814a9e6a3af390c932238c0b1130de8d0edd.tar.gz busybox-w32-9275814a9e6a3af390c932238c0b1130de8d0edd.tar.bz2 busybox-w32-9275814a9e6a3af390c932238c0b1130de8d0edd.zip |
lots of silly indent fixes
Diffstat (limited to 'editors/sed.c')
-rw-r--r-- | editors/sed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/sed.c b/editors/sed.c index 54d08ee02..94dc820be 100644 --- a/editors/sed.c +++ b/editors/sed.c | |||
@@ -153,7 +153,7 @@ void sed_free_and_close_stuff(void) | |||
153 | 153 | ||
154 | if(bbg.hold_space) free(bbg.hold_space); | 154 | if(bbg.hold_space) free(bbg.hold_space); |
155 | 155 | ||
156 | while(bbg.current_input_file<bbg.input_file_count) | 156 | while(bbg.current_input_file<bbg.input_file_count) |
157 | fclose(bbg.input_file_list[bbg.current_input_file++]); | 157 | fclose(bbg.input_file_list[bbg.current_input_file++]); |
158 | } | 158 | } |
159 | #endif | 159 | #endif |