mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
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.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user