mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Code Cleanup: Formatting
This commit is contained in:
parent
39cc00ce9d
commit
08b7b5b800
5 changed files with 8 additions and 1 deletions
|
@ -42,4 +42,5 @@ public:
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -42,4 +42,5 @@ public:
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -42,4 +42,5 @@ public:
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -35,7 +35,10 @@ ColumnTypeString::ColumnTypeString ()
|
|||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// 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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
@ -42,4 +42,5 @@ public:
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue