Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / devices / oprom / x86emu / ops2.c
index f5cb6498b1fb95042545efdc1eaf46a668b7d0c5..349a664f5010afc245c290a47374a2cb646d2b09 100644 (file)
@@ -170,7 +170,7 @@ static void x86emuOp2_rdmsr(u8 op2)
   M.x86.R_EAX = 0;
   DECODE_CLEAR_SEGOVR();
   END_OF_INSTR();
-}  
+}
 
 #define xorl(a,b)   (((a) && !(b)) || (!(a) && (b)))