From 8016176ff827829c33231df9a8902e543b7131f3 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Mon, 25 Mar 2024 18:33:37 +0100 Subject: [PATCH] white space changes --- src/editor.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/editor.c b/src/editor.c index d229a0eb..3153913d 100644 --- a/src/editor.c +++ b/src/editor.c @@ -11946,7 +11946,9 @@ static void DrawPropertiesConfig(void) MapDrawingArea(ED_DRAWING_ID_BD_AMOEBA_2_CONTENT_LOOKS_LIKE); } else if (IS_AMOEBOID(properties_element)) + { MapDrawingArea(ED_DRAWING_ID_AMOEBA_CONTENT); + } else if (properties_element == EL_BD_ACID) { MapDrawingArea(ED_DRAWING_ID_BD_ACID_EATS_ELEMENT); @@ -11965,7 +11967,9 @@ static void DrawPropertiesConfig(void) properties_element == EL_YAMYAM_RIGHT || properties_element == EL_YAMYAM_UP || properties_element == EL_YAMYAM_DOWN) + { DrawYamYamContentAreas(); + } else if (properties_element == EL_EMC_MAGIC_BALL) { DrawMagicBallContentAreas(); @@ -11974,7 +11978,9 @@ static void DrawPropertiesConfig(void) MapCheckbuttonGadget(ED_CHECKBUTTON_ID_INITIAL_BALL_ACTIVE); } else if (properties_element == EL_EMC_ANDROID) + { DrawAndroidElementArea(); + } else if (properties_element == EL_MM_GRAY_BALL) { MapCounterButtons(ED_COUNTER_ID_MM_BALL_CONTENT); -- 2.34.1