Merge ccdbg and altos sources into one giant repository
[fw/altos] / s51 / s51-parse.c
index aba454859b94394e8711b60d76a2b6fc8dc6c687..170c979dbed599a1f99d643ce0fda2dd31f66351 100644 (file)
@@ -112,7 +112,7 @@ command_string_to_function(struct command_function *functions, char *name)
                    !strcmp(name, functions[i].alias))
                        return &functions[i];
        return NULL;
-}    
+}
 
 enum command_result
 command_function_help(struct command_function *functions, int argc, char **argv)
@@ -176,7 +176,7 @@ command_help(int argc, char **argv)
 {
        return command_function_help(functions, argc, argv);
 }
-    
+
 void
 command_syntax_error(int argc, char **argv)
 {
@@ -239,4 +239,3 @@ command_read (void)
        ccdbg_close(s51_dbg);
        s51_printf("...\n");
 }
-