ppc4xx: Increase U-Boot size to 384kB for PLU405 boards
[platform/kernel/u-boot.git] / common / cmd_usb.c
index 30caa98..c62ca97 100644 (file)
@@ -32,7 +32,7 @@
 #include <usb.h>
 
 #ifdef CONFIG_USB_STORAGE
-static int usb_stor_curr_dev=-1; /* current device */
+static int usb_stor_curr_dev = -1; /* current device */
 #endif
 
 /* some display routines (info command) */