mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:53:06 +00:00
[FORMATTING]
Fix indentation, no code change svn path=/trunk/; revision=38086
This commit is contained in:
parent
41dd7167ea
commit
39324400b9
1 changed files with 46 additions and 46 deletions
|
@ -338,12 +338,12 @@ OutputDebugStringA(LPCSTR _OutputString)
|
|||
_OutputString += nRoundLen, nOutputStringLen -= nRoundLen
|
||||
)
|
||||
{
|
||||
/* we're connected to the debug monitor: write the current block to the
|
||||
shared buffer */
|
||||
/* we're connected to the debug monitor:
|
||||
write the current block to the shared buffer */
|
||||
if(hDBMonDataReady)
|
||||
{
|
||||
/* wait a maximum of 10 seconds for the debug monitor to finish processing
|
||||
the shared buffer */
|
||||
/* wait a maximum of 10 seconds for the debug monitor
|
||||
to finish processing the shared buffer */
|
||||
if(WaitForSingleObject(hDBMonBufferReady, 10000) != WAIT_OBJECT_0)
|
||||
{
|
||||
/* timeout or failure: give up */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue