mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
Clear some style deviations.
This commit is contained in:
@@ -36,7 +36,7 @@ struct QueryEnvironment
|
||||
|
||||
|
||||
QueryEnvironment *
|
||||
create_queryEnv()
|
||||
create_queryEnv(void)
|
||||
{
|
||||
return (QueryEnvironment *) palloc0(sizeof(QueryEnvironment));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user