remove trailing space

This commit is contained in:
Weiyi Wang
2018-07-02 19:47:41 +03:00
committed by GitHub
parent 4be2f12914
commit a9f8887c93

View File

@@ -20,7 +20,7 @@ void ToggleConsole() {
} else { } else {
console_shown = UISettings::values.show_console; console_shown = UISettings::values.show_console;
} }
#ifdef _WIN32 #ifdef _WIN32
FILE* temp; FILE* temp;
if (UISettings::values.show_console) { if (UISettings::values.show_console) {