Fix spacing of engine-delta display

This commit is contained in:
Robin Gareus 2020-05-12 19:32:27 +02:00
parent 9908419f89
commit 6f6d26d0ef
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -123,7 +123,7 @@ Engine_TransportMaster::position_string () const
std::string
Engine_TransportMaster::delta_string () const
{
return string ("\u0394 0 ");
return string ("\u0394 0 ");
}
bool