diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2018-06-30 12:25:49 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2018-06-30 12:25:49 -0400 |
commit | 1e9c8580904625576871eeb2efec7f04d4c3bc1c (patch) | |
tree | 6093afd9440b732c2b4f2c040b7a3e83b6f163ae /src/backend/commands/indexcmds.c | |
parent | 2c64d200484c40c1bfbd532bf140bea672f267a1 (diff) | |
download | postgresql-1e9c8580904625576871eeb2efec7f04d4c3bc1c.tar.gz postgresql-1e9c8580904625576871eeb2efec7f04d4c3bc1c.zip |
pgindent run prior to branching
Diffstat (limited to 'src/backend/commands/indexcmds.c')
-rw-r--r-- | src/backend/commands/indexcmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/indexcmds.c b/src/backend/commands/indexcmds.c index 576c85f732d..00538321957 100644 --- a/src/backend/commands/indexcmds.c +++ b/src/backend/commands/indexcmds.c @@ -1002,7 +1002,7 @@ DefineIndex(Oid relationId, */ foreach(lc, childStmt->indexParams) { - IndexElem *ielem = lfirst(lc); + IndexElem *ielem = lfirst(lc); /* * If the index parameter is an expression, we must |