fix whitespace

This commit is contained in:
Subhraman Sarkar 2024-07-10 09:20:12 +05:30 committed by Steve Cotton
parent 815a4379e6
commit 9e87bdd67d
2 changed files with 2 additions and 2 deletions

View file

@ -443,7 +443,7 @@ std::string sanitize_log(const std::string& logstr)
if (!log_sanitization) {
return logstr;
}
std::string str = logstr;
#ifdef _WIN32

View file

@ -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);
}