[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
develop
pre-commit-ci[bot] 2023-09-16 11:37:11 +00:00
parent 04c49aae11
commit ebb190e356
1 changed files with 2 additions and 2 deletions

@ -1060,7 +1060,7 @@ static bool compare_type(df::manager_order *a, df::manager_order *b)
{
return enum_item_key(a->job_type) < enum_item_key(b->job_type);
}
// Compare item subtype
bool a_has_item_subtype = (a->item_subtype != -1);
bool b_has_item_subtype = (b->item_subtype != -1);
@ -1168,4 +1168,4 @@ static command_result orders_reset_command(color_ostream & out)
it->status.bits.validated = false;
}
return CR_OK;
}
}