Add auto-update code for TRAB board using USB memory sticks
diff --git a/common/usb_storage.c b/common/usb_storage.c
index f95a1d3..d99f259 100644
--- a/common/usb_storage.c
+++ b/common/usb_storage.c
@@ -188,7 +188,7 @@
 	memset(usb_stor_buf, 0, sizeof(usb_stor_buf));
 
 	if(mode==1) {
-		printf("scanning bus for storage devices...\n");
+		printf("       scanning bus for storage devices...\n");
 	}
 	usb_disable_asynch(1); /* asynch transfer not allowed */