Task: Code cleanup

This commit is contained in:
Paul Beckingham 2015-08-15 23:51:34 -04:00
parent d285f3a247
commit 733e4e5aff

View file

@ -364,7 +364,7 @@ Task::dateState Task::getDateState (const std::string& name) const
bool Task::is_ready () const
{
return getStatus () == Task::pending &&
!is_blocked &&
! is_blocked &&
(! has ("scheduled") ||
Date ("now").operator> (get_date ("scheduled")));
}