Cleanup whitespace
(cherry picked from commit b5af168257f3f1fee19a314ed7d88c31bf345750)
This commit is contained in:
parent
c04e934a27
commit
d5c646a2bc
1 changed files with 2 additions and 2 deletions
|
@ -270,7 +270,7 @@ bool ConsoleBufferPush ( const char * pText )
|
|||
{
|
||||
while (g_nConsoleBuffer >= CONSOLE_BUFFER_HEIGHT)
|
||||
{
|
||||
ConsoleBufferToDisplay();
|
||||
ConsoleBufferToDisplay();
|
||||
}
|
||||
|
||||
conchar_t c;
|
||||
|
@ -292,7 +292,7 @@ bool ConsoleBufferPush ( const char * pText )
|
|||
else
|
||||
{
|
||||
g_nConsoleBuffer++;
|
||||
}
|
||||
}
|
||||
pSrc++;
|
||||
pDst = & g_aConsoleBuffer[ g_nConsoleBuffer ][ 0 ];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue