Formatting: kill off "stealth whitespace"
[platform/upstream/nasm.git] / eval.c
diff --git a/eval.c b/eval.c
index 423b08d..b554f1d 100644 (file)
--- a/eval.c
+++ b/eval.c
@@ -623,7 +623,7 @@ static expr *eval_floatize(enum floatize type)
     int sign = 1;
     int64_t val;
     int j;
-       
+
     i = scan(scpriv, tokval);
     if (i != '(') {
        error(ERR_NONFATAL, "expecting `('");