]> git.ipfire.org Git - u-boot.git/blobdiff - include/bmp_layout.h
* Code cleanup:
[u-boot.git] / include / bmp_layout.h
index 7285a264d6822df2ab9483563c9f433ead74a265..9d90e7f39331eae6f7cf7186216bc3d77fc340ef 100644 (file)
@@ -56,7 +56,7 @@ typedef       struct bmp_header {
   __u32 colors_used;
   __u32 colors_important;
   /* ColorTable */
-  
+
 }  __attribute__((packed)) bmp_header_t;
 
 typedef struct bmp_image {