From e790165a72c435b24061550529d7bad99d3cd520 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 30 Dec 2015 10:08:20 -0500 Subject: [PATCH] Pig: Cleaned up WS at EOL --- src/Pig.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Pig.cpp b/src/Pig.cpp index 029b2c95..072c17f0 100644 --- a/src/Pig.cpp +++ b/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;