summaryrefslogtreecommitdiff
path: root/src/lextest
diff options
context:
space:
mode:
authorBruce Momjian1997-09-08 03:20:18 +0000
committerBruce Momjian1997-09-08 03:20:18 +0000
commit23db70bf73ed913df0c8fda1e43ffe40b8980735 (patch)
treed78b4b8c124370c1dd2d129033f2d41b87aec7c8 /src/lextest
parent319dbfa7364721d3343af03a7ce063c2a2c9d385 (diff)
Lex/yacc source cleanup like indent.
Diffstat (limited to 'src/lextest')
-rw-r--r--src/lextest/scan.l6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lextest/scan.l b/src/lextest/scan.l
index afc24ceb847..27af17e804a 100644
--- a/src/lextest/scan.l
+++ b/src/lextest/scan.l
@@ -1,8 +1,8 @@
%{
/*
- This should work, but non-patched flex 2.5.3 fails because input()
- doesn't return EOF or '\0'
- Bruce Momjian <root@candle.pha.pa.us>
+ This should work, but non-patched flex 2.5.3 fails because input()
+ doesn't return EOF or '\0'
+ Bruce Momjian <root@candle.pha.pa.us>
*/
%}
%%