Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / util / cbfstool / cbfs.h
index 9661bbd2c983032bc525a6724c1fc723dc460d88..0d33710229a5d1ae1114823eebb6aa6ad08e406d 100644 (file)
@@ -79,12 +79,12 @@ struct cbfs_payload {
 
 /* The deleted type is chosen to be a value
  * that can be written in a FLASH from all other
- * values. 
+ * values.
  */
 #define CBFS_COMPONENT_DELETED 0
 
-/* for all known FLASH, this value can be changed 
- * to all other values. This allows NULL files to be 
+/* for all known FLASH, this value can be changed
+ * to all other values. This allows NULL files to be
  * changed without a block erase
  */
 #define CBFS_COMPONENT_NULL 0xFFFFFFFF