Merge remote-tracking branch 'u-boot-imx/master'
[platform/kernel/u-boot.git] / net / tftp.h
index c51aa25..18e4c9c 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
 
 /**********************************************************************/