Use 4 spaces instead of tab for separation

This commit is contained in:
Benau 2019-06-14 13:44:43 +08:00
parent e969a5a352
commit 1edb0b152e

View File

@ -430,7 +430,7 @@ void TrackInfoScreen::updateHighScores()
}
}
line = name + "\t" + core::stringw(time_string.c_str());
line = name + " " + core::stringw(time_string.c_str());
}
else
{