fixing indention/whitespaces

- defs.h: replacing tab with space/blank for indents
develop
bseiller 2021-01-19 00:07:28 +01:00
parent e99c8faa24
commit cb496c3f59
1 changed files with 4 additions and 4 deletions

@ -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;