Use 4 spaces instead of tab for separation
This commit is contained in:
parent
e969a5a352
commit
1edb0b152e
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user