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