1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-25 20:23:07 +03:00

Fix some stray whitespace in parser files

This commit is contained in:
Peter Eisentraut
2020-11-11 17:37:18 +01:00
parent 4e3ffd5981
commit 0af302af40
4 changed files with 30 additions and 30 deletions

View File

@@ -88,7 +88,7 @@ _null_ { return NULLVAL; }
[\n] { yyline++; }
[\r\t ] ;
^\#[^\n]* ; /* drop everything after "#" for comments */
^\#[^\n]* ; /* drop everything after "#" for comments */
declare { yylval.kw = "declare"; return XDECLARE; }
build { yylval.kw = "build"; return XBUILD; }