pgsql: Put inline declaration before return type

Started by Peter Eisentrautabout 15 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

Put inline declaration before return type

gcc -Wextra complains that the other way around is obsolescent, and
this was the only place where it was written in this order.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bf6be7af2532da6674dcb9335c0953044a787427

Modified Files
--------------
contrib/fuzzystrmatch/fuzzystrmatch.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)