net: cosmetic: rarp.* checkpatch compliance
[oweals/u-boot.git] / net / rarp.h
index 0c16d466680b8bc0872c8d7b11d081231a2b67ee..4e92d80a651225ca0bf666e3e554e1f11cc61c0a 100644 (file)
@@ -35,9 +35,9 @@
  *     Global functions and variables.
  */
 
-extern int     RarpTry;
+extern int RarpTry;
 
-extern void RarpRequest (void);        /* Send a RARP request */
+extern void RarpRequest(void); /* Send a RARP request */
 
 /**********************************************************************/