Code Cleanup: Formatting

This commit is contained in:
Paul Beckingham 2016-01-31 16:04:22 -05:00
parent 39cc00ce9d
commit 08b7b5b800
5 changed files with 8 additions and 1 deletions

View file

@ -42,4 +42,5 @@ public:
}; };
#endif #endif
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////

View file

@ -42,4 +42,5 @@ public:
}; };
#endif #endif
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////

View file

@ -42,4 +42,5 @@ public:
}; };
#endif #endif
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////

View file

@ -35,7 +35,10 @@ ColumnTypeString::ColumnTypeString ()
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Set the minimum and maximum widths for the value. // Set the minimum and maximum widths for the value.
void ColumnTypeString::measure (Task& task, unsigned int& minimum, unsigned int& maximum) void ColumnTypeString::measure (
Task& task,
unsigned int& minimum,
unsigned int& maximum)
{ {
} }

View file

@ -42,4 +42,5 @@ public:
}; };
#endif #endif
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////