astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2014-06-29 22:53:52 +02:00
parent df988dfff3
commit cdf081dbd5
1 changed files with 61 additions and 62 deletions

View File

@ -502,8 +502,7 @@ static void PrintCallstack(FILE* f, PEXCEPTION_POINTERS ex)
pSymbol->MaxNameLength = maxnamelength;
DWORD64 displacement = 0;
int beyond_main=-1; // emergency exit, see below
for( ULONG frame = 0; ; frame++ )
{
for (ULONG frame = 0; ; frame++) {
result = pStackWalk64
(
#ifdef _M_IX86