mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 22:33:08 +02:00
Nibbler: Code formatting
This commit is contained in:
parent
dbb6a209a8
commit
d11b5de3b4
1 changed files with 2 additions and 1 deletions
|
@ -708,7 +708,8 @@ bool Nibbler::getDateISO (time_t& t)
|
|||
// Parse the longest integer using the next 'limit' characters of 'result'
|
||||
// following position 'i' (when strict is true, the number of digits must be
|
||||
// equal to limit).
|
||||
bool Nibbler::parseDigits(std::string::size_type& i,
|
||||
bool Nibbler::parseDigits(
|
||||
std::string::size_type& i,
|
||||
int& result,
|
||||
unsigned int limit,
|
||||
bool strict /* = true */)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue