[FORMATTING] Standardize win32csr to 4-space indents. Based on a patch by Adam Kachwalla [Bug 5380]. No code changes.

svn path=/trunk/; revision=47457
This commit is contained in:
Jeffrey Morlan 2010-05-30 20:00:17 +00:00
parent dfc4dcb9b5
commit d27f068a19
10 changed files with 3838 additions and 3837 deletions

View file

@ -605,7 +605,8 @@ CSR_API(CsrReadConsole)
i -= 2; /* if we already have something to return, just back it up by 2 */
}
else
{ /* otherwise, return STATUS_NOTIFY_CLEANUP to tell client to back up its buffer */
{
/* otherwise, return STATUS_NOTIFY_CLEANUP to tell client to back up its buffer */
Console->WaitingChars--;
ConioUnlockConsole(Console);
HeapFree(Win32CsrApiHeap, 0, Input);