Skip to content

Commit dd78608

Browse files
committed
formatting
1 parent 82f419e commit dd78608

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Source/System/GLCheck.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ void CheckOpenGLError(const char* stmt, const char* fname, int line) {
7272
<< "\nError description:\n " << error << "\n " << description << "\n";
7373
g_ConsoleMan.PrintString(errorMessage.str());
7474
}
75-
}
75+
}

Source/System/RTEError.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,6 @@ void RTEError::DumpHardwareInfo() {
533533
g_ConsoleMan.PrintString("OS Version: " + std::string(osVersion));
534534
}
535535
#endif
536-
537536
}
538537

539538
bool RTEError::DumpAbortScreen() {

0 commit comments

Comments
 (0)