aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-10-28 17:51:07 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-10-28 17:51:07 -0700
commit2aa4f47666aa63bcad5c9ad1af626ec0d3d28dce (patch)
treec628a431f5ddf3e437328b04ea20374249541a87
parent7c4b86c8d126d97295e098e4ec91e3dd4c3271de (diff)
small whitespace style fix
-rw-r--r--src/library.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js
index 2b183ea1..a2d3244e 100644
--- a/src/library.js
+++ b/src/library.js
@@ -1745,7 +1745,7 @@ LibraryManager.library = {
type == 'F' || type == 'E' || type == 'G') {
var last = 0;
next = get();
- while ( next > 0 && (!(next in __scanString.whiteSpace)) ) {
+ while (next > 0 && (!(next in __scanString.whiteSpace))) {
buffer.push(String.fromCharCode(next));
if (__isFloat(buffer.join(''))) {
last = buffer.length;