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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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