mirror of https://github.com/citusdata/citus.git
Fixes indentation
parent
78f8ae22c4
commit
723c2b154f
|
@ -238,7 +238,7 @@ AppendCreateDatabaseStmt(StringInfo buf, CreatedbStmt *stmt)
|
||||||
foreach_ptr(option, stmt->options)
|
foreach_ptr(option, stmt->options)
|
||||||
{
|
{
|
||||||
optionToStatement(buf, option, create_database_option_formats, lengthof(
|
optionToStatement(buf, option, create_database_option_formats, lengthof(
|
||||||
create_database_option_formats));
|
create_database_option_formats));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -132,8 +132,8 @@ struct option_format
|
||||||
|
|
||||||
|
|
||||||
extern void optionToStatement(StringInfo buf, DefElem *option, const struct
|
extern void optionToStatement(StringInfo buf, DefElem *option, const struct
|
||||||
option_format *opt_formats, int
|
option_format *opt_formats, int
|
||||||
opt_formats_len);
|
opt_formats_len);
|
||||||
|
|
||||||
|
|
||||||
/* forward declarations for deparse_statistics_stmts.c */
|
/* forward declarations for deparse_statistics_stmts.c */
|
||||||
|
|
Loading…
Reference in New Issue