]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/command.h
Big white-space cleanup.
[karo-tx-uboot.git] / include / command.h
index 0597c10dafe2e566f4a8773946beeda4a2d0237e..c3ef51d8c48250a6806606f051c48aa67635448e 100644 (file)
@@ -74,7 +74,7 @@ extern int cmd_auto_complete(const char *const prompt, char *buf, int *np, int *
  * void function (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]);
  */
 
-typedef        void    command_t (cmd_tbl_t *, int, int, char *[]);
+typedef        void    command_t (cmd_tbl_t *, int, int, char *[]);
 
 #endif /* __ASSEMBLY__ */