commit | 9275814a9e6a3af390c932238c0b1130de8d0edd | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Tue Oct 03 19:56:34 2006 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Tue Oct 03 19:56:34 2006 +0000 |
tree | beabb5991332e0e2af56b4cb885a8fd6fc7daae2 | |
parent | cf94446af7a75385955e0c4de2d5898b219f5719 [diff] [blame] |
lots of silly indent fixes
diff --git a/editors/sed.c b/editors/sed.c index 54d08ee..94dc820 100644 --- a/editors/sed.c +++ b/editors/sed.c
@@ -153,7 +153,7 @@ if(bbg.hold_space) free(bbg.hold_space); - while(bbg.current_input_file<bbg.input_file_count) + while(bbg.current_input_file<bbg.input_file_count) fclose(bbg.input_file_list[bbg.current_input_file++]); } #endif