Put inline declaration before return type

Peter Eisentraut <peter_e@gmx.net>

Commit: bf6be7af2532da6674dcb9335c0953044a787427
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2011-07-19T04:57:38Z
Releases: 9.2.0
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.

Files

PathChange+/−
contrib/fuzzystrmatch/fuzzystrmatch.c modified +1 −1