1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-16 17:07:43 +03:00

Rerun pgindent with updated typedef list.

This commit is contained in:
Bruce Momjian
2011-11-14 12:12:23 -05:00
parent cdaa45fd4b
commit 1a2586c1d0
3 changed files with 56 additions and 16 deletions

View File

@@ -1159,7 +1159,7 @@ DefineEnum(CreateEnumStmt *stmt)
* Registers a new range type.
*/
void
DefineRange(CreateRangeStmt * stmt)
DefineRange(CreateRangeStmt *stmt)
{
char *typeName;
char *rangeArrayName;