summaryrefslogtreecommitdiffstats
path: root/converter/source/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'converter/source/main.cpp')
-rw-r--r--converter/source/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/converter/source/main.cpp b/converter/source/main.cpp
index 6239cbd43..5df378cd6 100644
--- a/converter/source/main.cpp
+++ b/converter/source/main.cpp
@@ -14,8 +14,8 @@
int main ()
{
-#ifdef _DEBUG
- _CrtSetDbgFlag ( _CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF );
+#ifdef _DEBUG
+ _CrtSetDbgFlag ( _CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF );
#endif
cTimer Timer;
@@ -63,8 +63,8 @@ int main ()
clock_t progEnd = clock(); //end main program timer
std::cout << "Time to complete converter: " << double(Timer.diffclock(progEnd,progBegin)) << " Seconds"<< std::endl;
-#ifdef _DEBUG
- _CrtDumpMemoryLeaks();
+#ifdef _DEBUG
+ _CrtDumpMemoryLeaks();
#endif
#ifdef _WIN32