mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Pgindent run for 8.0.
This commit is contained in:
@ -315,10 +315,10 @@ struct variable *
|
||||
descriptor_variable(const char *name, int input)
|
||||
{
|
||||
static char descriptor_names[2][MAX_DESCRIPTOR_NAMELEN];
|
||||
static const struct ECPGtype descriptor_type = { ECPGt_descriptor, 0 };
|
||||
static const struct ECPGtype descriptor_type = {ECPGt_descriptor, 0};
|
||||
static const struct variable varspace[2] = {
|
||||
{ descriptor_names[0], (struct ECPGtype *) & descriptor_type, 0, NULL },
|
||||
{ descriptor_names[1], (struct ECPGtype *) & descriptor_type, 0, NULL }
|
||||
{descriptor_names[0], (struct ECPGtype *) & descriptor_type, 0, NULL},
|
||||
{descriptor_names[1], (struct ECPGtype *) & descriptor_type, 0, NULL}
|
||||
};
|
||||
|
||||
strncpy(descriptor_names[input], name, MAX_DESCRIPTOR_NAMELEN);
|
||||
|
Reference in New Issue
Block a user