Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / include / cpu / x86 / msr.h
index cbbd5cfd855a7a338365f13d69020eaacacc532e..daa7e184224fca2e03e51d74615fc154c2328945 100644 (file)
@@ -17,7 +17,7 @@ static void wrmsr(unsigned long index, msr_t msr)
 
 #else
 
-typedef struct msr_struct 
+typedef struct msr_struct
 {
        unsigned lo;
        unsigned hi;