Skip to content
Snippets Groups Projects
Commit 47dfaaf0 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixes in Assert.h: tab to spaces

parent 4e849aec
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ printDiagnosticsHost( const char* assertion,
<< "Line: " << line << "\n"
<< "Diagnostics:\n" << diagnostics << std::endl;
PrintStackBacktrace;
PrintStackBacktrace;
throw AssertionError( str.str() );
}
......@@ -113,7 +113,7 @@ printDiagnosticsHost( const char* assertion,
<< "Line: " << line << "\n"
<< "Diagnostics:\n" << diagnostics << std::endl;
PrintStackBacktrace;
PrintStackBacktrace;
}
#endif // TNL_THROW_ASSERTION_ERROR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment