Clean up whitespace and indentation in parser and scanner files
Peter Eisentraut <peter_e@gmx.net>
Clean up whitespace and indentation in parser and scanner files These are not touched by pgindent, so clean them up a bit manually.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/cube/cubeparse.y | modified | +151 −148 |
| contrib/seg/segparse.y | modified | +106 −102 |
| src/backend/parser/gram.y | modified | +102 −102 |
| src/backend/replication/repl_gram.y | modified | +1 −1 |
| src/backend/replication/repl_scanner.l | modified | +4 −4 |
| src/backend/utils/misc/guc-file.l | modified | +21 −21 |
| src/interfaces/ecpg/preproc/ecpg.addons | modified | +7 −7 |
| src/interfaces/ecpg/preproc/ecpg.header | modified | +130 −31 |
| src/interfaces/ecpg/preproc/ecpg.trailer | modified | +129 −114 |
| src/interfaces/ecpg/preproc/pgc.l | modified | +61 −61 |
| src/pl/plpgsql/src/gram.y | modified | +12 −12 |
| src/test/isolation/specscanner.l | modified | +6 −6 |