Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / include / console / console.h
index be919882919a3fbc53d5c8a19dc169a8c6a9a484..36661c25c7ffd670aa95b5f24573f830d2e5bcd9 100644 (file)
@@ -30,7 +30,7 @@ extern struct console_driver econsole_drivers[];
 extern int console_loglevel;
 #else
 /* __PRE_RAM__ */
-/* Using a global varible can cause problems when we reset the stack 
+/* Using a global varible can cause problems when we reset the stack
  * from cache as ram to ram. If we make this a define USE_SHARED_STACK
  * we could use the same code on all architectures.
  */