Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / console / logbuf_console.c
index 3b6c7445035317b03b1d79bed3c476c67f583994..a76791d542fcc81ab8265dc51fe431327a22cf8c 100644 (file)
@@ -2,7 +2,7 @@
 
 #define LOGBUF_SIZE  1024
 
-// KEEP THIS GLOBAL. 
+// KEEP THIS GLOBAL.
 // I need the address so I can watch it with the ARIUM hardware. RGM.
 char logbuf[LOGBUF_SIZE];
 int logbuf_offset = 0;