remove trailing space
This commit is contained in:
parent
4be2f12914
commit
a9f8887c93
|
@ -20,7 +20,7 @@ void ToggleConsole() {
|
|||
} else {
|
||||
console_shown = UISettings::values.show_console;
|
||||
}
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
FILE* temp;
|
||||
if (UISettings::values.show_console) {
|
||||
|
|
Reference in New Issue