From: Holger Schemel Date: Mon, 10 Apr 2017 21:25:40 +0000 (+0200) Subject: minor whitespace change X-Git-Tag: 4.1.0.0~120 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=4a293649c6a8d51695fe06cfc6ca9dd6213c66a7 minor whitespace change --- diff --git a/src/game_mm/mm_game.c b/src/game_mm/mm_game.c index 543be639..5451a2b7 100644 --- a/src/game_mm/mm_game.c +++ b/src/game_mm/mm_game.c @@ -1239,7 +1239,7 @@ void DrawLaser(int start_edge, int mode) int num_beamers = laser.num_beamers; /* delete laser segments backward from the end to the first beamer */ - for (i = num_beamers-1; i >= 0; i--) + for (i = num_beamers - 1; i >= 0; i--) { int tmp_num_edges = last_num_edges - laser.beamer_edge[i];