Fix formatting, no code changes.

svn path=/branches/ntvdm/; revision=59682
This commit is contained in:
Hermès Bélusca-Maïto 2013-08-09 18:55:35 +00:00
parent 2f3827d040
commit 6a2534345c
8 changed files with 12 additions and 11 deletions

View file

@ -120,4 +120,6 @@ BOOLEAN BiosScrollWindow(
BYTE FillAttribute
);
#endif
#endif // _BIOS_H_
/* EOF */

View file

@ -133,7 +133,6 @@ VOID DosInt21h(LPWORD Stack);
VOID DosBreakInterrupt(LPWORD Stack);
BOOLEAN DosInitialize(VOID);
#endif
#endif // _DOS_H_
/* EOF */

View file

@ -184,7 +184,6 @@ VOID EmulatorStep();
VOID EmulatorCleanup();
VOID EmulatorSetA20(BOOLEAN Enabled);
#endif
#endif // _EMULATOR_H_
/* EOF */

View file

@ -35,6 +35,6 @@ extern LPCWSTR ExceptionName[];
VOID DisplayMessage(LPCWSTR Format, ...);
#endif
#endif // _NTVDM_H_
/* EOF */

View file

@ -52,6 +52,6 @@ BYTE PicReadData(BYTE Port);
VOID PicWriteData(BYTE Port, BYTE Value);
VOID PicInterruptRequest(BYTE Number);
#endif
#endif // _PIC_H_
/* EOF */

View file

@ -30,4 +30,6 @@ BYTE KeyboardReadData();
VOID KeyboardWriteData(BYTE Data);
VOID CheckForInputEvents();
#endif
#endif // _PS2_H_
/* EOF */

View file

@ -50,7 +50,6 @@ BYTE PitReadData(BYTE Channel);
VOID PitWriteData(BYTE Channel, BYTE Value);
VOID PitDecrementCount();
#endif
#endif // _TIMER_H_
/* EOF */

View file

@ -195,6 +195,6 @@ BYTE VgaReadPort(WORD Port);
VOID VgaWritePort(WORD Port, BYTE Data);
VOID VgaInitialize(HANDLE TextHandle);
#endif
#endif // _VGA_H_
/* EOF */