aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/nodes.h
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-04-06 11:34:02 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-04-06 11:34:02 -0400
commitde94e2af184e25576b13cbda8cf825118835d1cd (patch)
treed230afdbb5a4d1f79778107020f4bd2992a4bc71 /src/include/nodes/nodes.h
parentd25379eb23383f1d2f969e65e0332b47c19aea94 (diff)
downloadpostgresql-de94e2af184e25576b13cbda8cf825118835d1cd.tar.gz
postgresql-de94e2af184e25576b13cbda8cf825118835d1cd.zip
Run pgindent on a batch of (mostly-planner-related) source files.
Getting annoyed at the amount of unrelated chatter I get from pgindent'ing Rowley's unique-joins patch. Re-indent all the files it touches.
Diffstat (limited to 'src/include/nodes/nodes.h')
-rw-r--r--src/include/nodes/nodes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h
index d888b41fd98..3f22bdb5a8a 100644
--- a/src/include/nodes/nodes.h
+++ b/src/include/nodes/nodes.h
@@ -550,11 +550,11 @@ extern PGDLLIMPORT Node *newNodeMacroHolder;
*/
extern char *nodeToString(const void *obj);
-struct Bitmapset; /* not to include bitmapset.h here */
-struct StringInfoData; /* not to include stringinfo.h here */
+struct Bitmapset; /* not to include bitmapset.h here */
+struct StringInfoData; /* not to include stringinfo.h here */
extern void outToken(struct StringInfoData *str, const char *s);
extern void outBitmapset(struct StringInfoData *str,
- const struct Bitmapset *bms);
+ const struct Bitmapset *bms);
/*
* nodes/{readfuncs.c,read.c}