summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
diff options
context:
space:
mode:
authorPeter Eisentraut2024-12-25 16:52:42 +0000
committerPeter Eisentraut2024-12-25 16:55:42 +0000
commit301de6a6f609cb3ad2d9d31fd8db9ae6c71e6dea (patch)
tree7c57fcf394a1688b09b0e9d445e00e36fb4d88b2 /src/interfaces/ecpg
parent2571c1d5cc5ed2620d601a7e12179bd951f2e202 (diff)
Partial pgindent of .l and .y files
Trying to clean up the code a bit while we're working on these files for the reentrant scanner/pure parser patches. This cleanup only touches the code sections after the second '%%' in each file, via a manually-supervised and locally hacked up pgindent.
Diffstat (limited to 'src/interfaces/ecpg')
-rw-r--r--src/interfaces/ecpg/preproc/pgc.l6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/ecpg/preproc/pgc.l b/src/interfaces/ecpg/preproc/pgc.l
index 82708013ee6..315973e9d1e 100644
--- a/src/interfaces/ecpg/preproc/pgc.l
+++ b/src/interfaces/ecpg/preproc/pgc.l
@@ -1847,9 +1847,9 @@ isdefine(void)
ptr->used = yb;
/*
- * We use yy_scan_string which will copy the value, so there's
- * no need to worry about a possible undef happening while we
- * are still scanning it.
+ * We use yy_scan_string which will copy the value, so there's no
+ * need to worry about a possible undef happening while we are
+ * still scanning it.
*/
yy_scan_string(ptr->value);
return true;