mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 06:33:07 +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
|
_OutputString += nRoundLen, nOutputStringLen -= nRoundLen
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
/* we're connected to the debug monitor: write the current block to the
|
/* we're connected to the debug monitor:
|
||||||
shared buffer */
|
write the current block to the shared buffer */
|
||||||
if(hDBMonDataReady)
|
if(hDBMonDataReady)
|
||||||
{
|
{
|
||||||
/* wait a maximum of 10 seconds for the debug monitor to finish processing
|
/* wait a maximum of 10 seconds for the debug monitor
|
||||||
the shared buffer */
|
to finish processing the shared buffer */
|
||||||
if(WaitForSingleObject(hDBMonBufferReady, 10000) != WAIT_OBJECT_0)
|
if(WaitForSingleObject(hDBMonBufferReady, 10000) != WAIT_OBJECT_0)
|
||||||
{
|
{
|
||||||
/* timeout or failure: give up */
|
/* timeout or failure: give up */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue