[NTVDM]: Commit what I have in my local wc so far (and which is commitable & works):
[reactos.git] / reactos / subsystems / mvdm / ntvdm / hardware / cmos.c
index b894b7c..ed72a50 100644 (file)
@@ -105,7 +105,7 @@ static VOID CmosWriteAddress(BYTE Value)
 {
     /* Update the NMI enabled flag */
     NmiEnabled = !(Value & CMOS_DISABLE_NMI);
-    
+
     /* Get the register number */
     Value &= ~CMOS_DISABLE_NMI;