Code Cleanup

This commit is contained in:
Paul Beckingham 2014-05-11 10:44:17 -04:00
parent a97ce45cdf
commit a899fb941d
2 changed files with 3 additions and 1 deletions

View file

@ -858,7 +858,7 @@ void Task::parseLegacy (const std::string& line)
message << "Invalid fileformat at line '"
<< line
<< "'";
context.debug (message.str());
context.debug (message.str ());
throw std::string (STRING_TASK_PARSE_UNREC_FF);
break;
}