Clean up comment a bit, meant to do this in last push

There was a trailing space at the end of the line.
This commit is contained in:
John Scipione 2012-04-06 16:59:44 -04:00
parent f7b9606639
commit 6c09d41ccf
1 changed files with 1 additions and 2 deletions

View File

@ -311,8 +311,7 @@ ExpressionTextView::SetValue(BString value)
while (value[offset] == '0')
value.Remove(offset--, 1);
// there is no need to keep the period if no
// digits follow
// no need to keep the period if no digits follow
if (value[offset] == '.')
value.Remove(offset, 1);
}