include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files.
[platform/kernel/u-boot.git] / drivers / usbtty.c
index 7e553b3..ce4a12e 100644 (file)
@@ -314,7 +314,7 @@ int drv_usbtty_init (void)
        int rc;
        char * sn;
        int snlen;
-       
+
        if (!(sn = getenv("serial#"))) {
                sn = "000000000000";
        }