From a55ce5f1d91486982148b9e62baaedb7c8631d01 Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Thu, 11 Aug 2016 16:58:35 -0500 Subject: [PATCH] labormanager: whitespace --- plugins/devel/labormanager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/devel/labormanager.cpp b/plugins/devel/labormanager.cpp index edae051dc..7d41c7814 100644 --- a/plugins/devel/labormanager.cpp +++ b/plugins/devel/labormanager.cpp @@ -2594,13 +2594,13 @@ public: /* 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++) { - if ((*d)->state == CHILD) + if ((*d)->state == CHILD) continue; bool any = false; FOR_ENUM_ITEMS (unit_labor, l) { - if (l == df::unit_labor::NONE) + if (l == df::unit_labor::NONE) continue; if ((*d)->dwarf->status.labors[l]) {