]> git.sur5r.net Git - u-boot/blobdiff - board/cogent/flash.c
Coding Style cleanup: replace leading SPACEs by TABs
[u-boot] / board / cogent / flash.c
index 207380f09939db895d086679e00d4be060f44409..d4ae4d0a3ccfdbe023f922f9abfd426e090cd116 100644 (file)
@@ -487,7 +487,7 @@ flash_erase(flash_info_t *info, int s_first, int s_last)
 
        if (haderr > 0) {
                printf (" failed\n");
-               rcode = 1;
+               rcode = 1;
        }
        else
                printf (" done\n");