postgrespro / pgsphere

PgSphere provides spherical data types, functions, operators, and indexing for PostgreSQL.
https://pgsphere.org
BSD 3-Clause "New" or "Revised" License
16 stars 14 forks source link

Fix indentation in headers with pgindent #117

Closed vitcpp closed 9 months ago

vitcpp commented 9 months ago

@esabol pgindent requires the extern specifier in the beginning of the function declaration. Otherwise, it reformats function declarations in a wrong way. Once this PR is applied, pgindent will not produce new changes for headers.