labormanager: whitespace

develop
Kelly Kinkade 2016-08-11 16:58:35 -05:00
parent 5ab930ba4d
commit a55ce5f1d9
1 changed files with 2 additions and 2 deletions

@ -2594,13 +2594,13 @@ public:
/* check for dwarfs assigned no labors and assign them the bucket list if there are */ /* check for dwarfs assigned no labors and assign them the bucket list if there are */
for (auto d = dwarf_info.begin(); d != dwarf_info.end(); d++) for (auto d = dwarf_info.begin(); d != dwarf_info.end(); d++)
{ {
if ((*d)->state == CHILD) if ((*d)->state == CHILD)
continue; continue;
bool any = false; bool any = false;
FOR_ENUM_ITEMS (unit_labor, l) FOR_ENUM_ITEMS (unit_labor, l)
{ {
if (l == df::unit_labor::NONE) if (l == df::unit_labor::NONE)
continue; continue;
if ((*d)->dwarf->status.labors[l]) if ((*d)->dwarf->status.labors[l])
{ {