[FORMATTING]

Fix indentation, no code change

svn path=/trunk/; revision=38086
This commit is contained in:
Timo Kreuzer 2008-12-14 22:52:51 +00:00
parent 41dd7167ea
commit 39324400b9

View file

@ -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 */