From ab8fb9f44e1c2ce896dacaa967fa453258e2733b Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Sat, 5 Aug 2017 21:48:41 -0500 Subject: [PATCH] whitespace --- plugins/labormanager/labormanager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/labormanager/labormanager.cpp b/plugins/labormanager/labormanager.cpp index e7b0cd5e8..cefdc90f9 100644 --- a/plugins/labormanager/labormanager.cpp +++ b/plugins/labormanager/labormanager.cpp @@ -1220,8 +1220,8 @@ private: { df::unit* other = p1 ? act->unit_noble : act->unit_actor; if (other && !(other->flags1.bits.dead || - (other->job.current_job && - (other->job.current_job->job_type == df::job_type::Sleep || + (other->job.current_job && + (other->job.current_job->job_type == df::job_type::Sleep || other->job.current_job->job_type == df::job_type::Rest)) || ENUM_ATTR(profession, military, other->profession))) { dwarf->clear_all = true;