Formatting: kill off "stealth whitespace"
[platform/upstream/nasm.git] / stdscan.c
index c2f97e8..3f74869 100644 (file)
--- a/stdscan.c
+++ b/stdscan.c
@@ -225,4 +225,3 @@ int stdscan(void *private_data, struct tokenval *tv)
     } else                      /* just an ordinary char */
         return tv->t_type = (uint8_t)(*stdscan_bufptr++);
 }
-