From: Holger Schemel Date: Wed, 14 Feb 2024 18:48:53 +0000 (+0100) Subject: white space changes X-Git-Tag: 4.4.0.0-test-1~363 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;ds=sidebyside;h=25eedddf7e2f4d0802a31ffbc43f42a48f0e8b3b;p=rocksndiamonds.git white space changes --- diff --git a/src/game_bd/bd_caveengine.c b/src/game_bd/bd_caveengine.c index 0327fb18..b3723b9b 100644 --- a/src/game_bd/bd_caveengine.c +++ b/src/game_bd/bd_caveengine.c @@ -673,8 +673,7 @@ static void explode(GdCave *cave, int x, int y) } } -static void inline -explode_dir(GdCave *cave, const int x, const int y, GdDirection dir) +static void inline explode_dir(GdCave *cave, const int x, const int y, GdDirection dir) { explode(cave, x + gd_dx[dir], y + gd_dy[dir]); } @@ -685,7 +684,7 @@ explode_dir(GdCave *cave, const int x, const int y, GdDirection dir) returns other element if something other appears there and he can't move. cave pointer is needed to know the diamond values. */ -static GdElement player_get_element (GdCave* cave, const GdElement object, int x, int y) +static GdElement player_get_element(GdCave* cave, const GdElement object, int x, int y) { int i;