]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - tools/bmp_logo.c
* Code cleanup:
[people/ms/u-boot.git] / tools / bmp_logo.c
index 54fdcffbaff40b1a6592e7652e3c953c4a347065..2421b825cb00a378880b18df5d406bd85e6a43a6 100644 (file)
@@ -68,8 +68,8 @@ int main (int argc, char *argv[])
                exit (EXIT_FAILURE);
        }
 
-        /*
-         * read width and height of the image, and the number of colors used;
+       /*
+        * read width and height of the image, and the number of colors used;
         * ignore the rest
         */
        skip_bytes (fp, 16);
@@ -174,4 +174,3 @@ int main (int argc, char *argv[])
 
        return (0);
 }
-