mirror of https://github.com/AxioDL/tinyxml2.git
Merge pull request #591 from Dmitry-Me/properIndentDirectives
Indent directives consistently with surrounding code
This commit is contained in:
commit
1529580734
|
@ -2119,6 +2119,7 @@ int main( int argc, const char ** argv )
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined( _MSC_VER ) && defined( DEBUG )
|
#if defined( _MSC_VER ) && defined( DEBUG )
|
||||||
|
{
|
||||||
_CrtMemCheckpoint( &endMemState );
|
_CrtMemCheckpoint( &endMemState );
|
||||||
|
|
||||||
_CrtMemState diffMemState;
|
_CrtMemState diffMemState;
|
||||||
|
@ -2129,6 +2130,7 @@ int main( int argc, const char ** argv )
|
||||||
int leaksBeforeExit = _CrtDumpMemoryLeaks();
|
int leaksBeforeExit = _CrtDumpMemoryLeaks();
|
||||||
XMLTest( "No leaks before exit?", FALSE, leaksBeforeExit );
|
XMLTest( "No leaks before exit?", FALSE, leaksBeforeExit );
|
||||||
}
|
}
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
printf ("\nPass %d, Fail %d\n", gPass, gFail);
|
printf ("\nPass %d, Fail %d\n", gPass, gFail);
|
||||||
|
|
Loading…
Reference in New Issue