* Code cleanup:
  - remove trailing white space, trailing empty lines, C++ comments, etc.
  - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)

* Patches by Kenneth Johansson, 25 Jun 2003:
  - major rework of command structure
    (work done mostly by Michal Cendrowski and Joakim Kristiansen)
diff --git a/include/bmp_layout.h b/include/bmp_layout.h
index 7285a26..9d90e7f 100644
--- a/include/bmp_layout.h
+++ b/include/bmp_layout.h
@@ -56,7 +56,7 @@
   __u32 colors_used;
   __u32 colors_important;
   /* ColorTable */
-  
+
 }  __attribute__((packed)) bmp_header_t;
 
 typedef struct bmp_image {