From cb496c3f59c8f78b40b89eaaa4ff590585806eca Mon Sep 17 00:00:00 2001 From: bseiller Date: Tue, 19 Jan 2021 00:07:28 +0100 Subject: [PATCH] fixing indention/whitespaces - defs.h: replacing tab with space/blank for indents --- plugins/embark-assistant/defs.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/embark-assistant/defs.h b/plugins/embark-assistant/defs.h index a67660545..9634d7c48 100644 --- a/plugins/embark-assistant/defs.h +++ b/plugins/embark-assistant/defs.h @@ -68,9 +68,9 @@ namespace embark_assist { Woodland, Heavily_Forested }; - - // only contains those attributes that are being handled during incursion processing - struct mid_level_tile_incursion_base { + + // only contains those attributes that are being handled during incursion processing + struct mid_level_tile_incursion_base { uint8_t aquifer = Clear_Aquifer_Bits; bool clay = false; bool sand = false; @@ -82,7 +82,7 @@ namespace embark_assist { uint8_t evilness_level; // 0 - 2 }; - // contains all attributes (some by inheritance), used for regular survey/matching + // contains all attributes (some by inheritance), used for regular survey/matching struct mid_level_tile : public mid_level_tile_incursion_base { bool flux = false; bool coal = false;