summaryrefslogtreecommitdiffstats
path: root/src/scanner.l
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2009-03-18 07:08:48 +0100
committerPatrick McHardy <kaber@trash.net>2009-03-18 07:08:48 +0100
commit6e92a6b2954e39e22405a1a6a0fba23f9788f7c4 (patch)
treeebc7c23d0ebcfe96db382cd2f1557ab2da358d4d /src/scanner.l
parent928dd7ef15b4147576ec174931134bcc1e482aca (diff)
lexer: fix some whitespace errors
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'src/scanner.l')
-rw-r--r--src/scanner.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scanner.l b/src/scanner.l
index dc6341da..3b22bb9e 100644
--- a/src/scanner.l
+++ b/src/scanner.l
@@ -38,9 +38,9 @@
long n = 0; \
errno = 0; \
while ((result = fread(buf, 1, max_size, yyin)) == 0 && \
- ferror(yyin)) { \
+ ferror(yyin)) { \
if (errno != EINTR) { \
- YY_FATAL_ERROR( "input in flex scanner failed" ); \
+ YY_FATAL_ERROR("input in flex scanner failed"); \
break; \
} \
errno = 0; \