[NTOSKRNL]

Code formatting only

svn path=/trunk/; revision=57762
This commit is contained in:
Hermès Bélusca-Maïto 2012-11-24 19:38:05 +00:00
parent 1656ff4b71
commit afd01007a5

View file

@ -105,7 +105,9 @@ static PETHREAD GspEnumThread;
static FAST_MUTEX GspLock;
extern LIST_ENTRY PsActiveProcessHead;
KD_PORT_INFORMATION GdbPortInfo = { 2, 115200, 0 }; /* FIXME hardcoded for COM2, 115200 baud */
/* FIXME hardcoded for COM2, 115200 baud */
KD_PORT_INFORMATION GdbPortInfo = { 2, 115200, 0 };
/* Number of Registers. */
#define NUMREGS 16