serial: sh: Implement CONFIG_SERIAL_MULTI into sh serial driver
[oweals/u-boot.git] / net / tftp.h
index c51aa253c4707fdb476442c843a9b85cbef2e461..18e4c9c25d72debace773afa62e873ba372c62fd 100644 (file)
@@ -19,7 +19,7 @@
 void TftpStart(enum proto_t protocol); /* Begin TFTP get/put */
 
 #ifdef CONFIG_CMD_TFTPSRV
-extern void    TftpStartServer(void);  /* Wait for incoming TFTP put */
+extern void TftpStartServer(void);     /* Wait for incoming TFTP put */
 #endif
 
 /**********************************************************************/