From: Holger Schemel Date: Sun, 4 Apr 2021 11:57:41 +0000 (+0200) Subject: minor whitespace change X-Git-Tag: 4.3.0.0~196 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=d3fead3f2b291e7acbc5069607a647c8a09a8db6;p=rocksndiamonds.git minor whitespace change --- diff --git a/src/game.c b/src/game.c index 567f4cf9..5c554516 100644 --- a/src/game.c +++ b/src/game.c @@ -5110,7 +5110,7 @@ int NewHiScore(int level_nr) break; // player already there with a higher score } - if (position >= 0) + if (position >= 0) { SaveScoreTape(level_nr); SaveScore(level_nr);