Code Cleanup

- Marked legacy items, formatting cleanup.
This commit is contained in:
Paul Beckingham
2014-07-05 09:39:26 -04:00
parent 4dd57a01bb
commit 5da1d4471e
2 changed files with 9 additions and 2 deletions

View File

@@ -166,7 +166,12 @@ std::string taskDifferences (const Task& before, const Task& after)
}
////////////////////////////////////////////////////////////////////////////////
std::string taskInfoDifferences (const Task& before, const Task& after, const std::string& dateformat, long& last_timestamp, const long current_timestamp)
std::string taskInfoDifferences (
const Task& before,
const Task& after,
const std::string& dateformat,
long& last_timestamp,
const long current_timestamp)
{
// Attributes are all there is, so figure the different attribute names
// between before and after.