mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Pig: Cleaned up WS at EOL
This commit is contained in:
parent
1ce553f260
commit
e790165a72
1 changed files with 5 additions and 5 deletions
10
src/Pig.cpp
10
src/Pig.cpp
|
@ -161,19 +161,19 @@ bool Pig::getDigits (int& result)
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
// number:
|
||||
// int frac? exp?
|
||||
//
|
||||
//
|
||||
// int:
|
||||
// (-|+)? digit+
|
||||
//
|
||||
//
|
||||
// frac:
|
||||
// . digit+
|
||||
//
|
||||
//
|
||||
// exp:
|
||||
// e digit+
|
||||
//
|
||||
//
|
||||
// e:
|
||||
// e|E (+|-)?
|
||||
//
|
||||
//
|
||||
bool Pig::getNumber (std::string& result)
|
||||
{
|
||||
auto i = _cursor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue