remove trailing whitespace
[coreboot.git] / src / include / cpu / x86 / msr.h
index e8bc195307ecf52aee2f696b7225ae16c657c5ca..40926df602e4633c61851e9dc956d5b7ef3c9c14 100644 (file)
@@ -23,7 +23,7 @@ typedef struct msr_struct
        unsigned hi;
 } msr_t;
 
-typedef struct msrinit_struct 
+typedef struct msrinit_struct
 {
         unsigned index;
         msr_t msr;