mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +00:00
[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:
parent
dfc4dcb9b5
commit
d27f068a19
10 changed files with 3838 additions and 3837 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue