Skip to content
Snippets Groups Projects
Commit 76a4bceb authored by Jan Möbius's avatar Jan Möbius
Browse files

Cleanup indentations

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9395 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 464c4cf6
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@
#include <omp.h>
#endif
// Includes for windows debugging console
#ifdef WIN32
#ifndef NDEBUG
......@@ -70,6 +71,7 @@
#endif
#endif
// #ifndef WIN32
//
// #include <sys/resource.h>
......@@ -302,9 +304,9 @@ int main(int argc, char **argv)
#ifdef WIN32
#ifndef NDEBUG
getConsole();
#endif
#endif
// Remove -psn_0_xxxxx argument which is automatically
// attached by MacOSX
for (int i = 0; i < argc; i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment