mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 09:32:01 +00:00
fix whitespace
This commit is contained in:
parent
815a4379e6
commit
9e87bdd67d
@ -443,7 +443,7 @@ std::string sanitize_log(const std::string& logstr)
|
||||
if (!log_sanitization) {
|
||||
return logstr;
|
||||
}
|
||||
|
||||
|
||||
std::string str = logstr;
|
||||
|
||||
#ifdef _WIN32
|
||||
|
@ -968,7 +968,7 @@ int main(int argc, char** argv)
|
||||
} else if(arg == "--log-to-file") {
|
||||
write_to_log_file = true;
|
||||
}
|
||||
|
||||
|
||||
if(arg == "--no-log-sanitize") {
|
||||
lg::set_log_sanitize(false);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user