Code Cleanup

- Fix style of a constructor call.
This commit is contained in:
Scott Kostyshak 2014-01-10 04:42:06 -05:00 committed by Paul Beckingham
parent 68aed90cad
commit de1e413d73

View file

@ -675,7 +675,7 @@ void CmdEdit::parseTask (Task& task, const std::string& after, const std::string
{
std::string value = findValue (after, "\n UDA " + col->first + ":");
if ((task.get (col->first) != value) && (type != "date" ||
(task.get (col->first) != Date(value, dateformat).toEpochString ())))
(task.get (col->first) != Date (value, dateformat).toEpochString ())))
{
if (value != "")
{