]> granicus.if.org Git - postgresql/commit
Put inline declaration before return type
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 19 Jul 2011 04:57:38 +0000 (07:57 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 19 Jul 2011 04:57:38 +0000 (07:57 +0300)
commitbf6be7af2532da6674dcb9335c0953044a787427
tree8b6418555cc8f4e2e175c115dfcb52cc4abcdb2f
parent30f854537d0d2e9220976fe7016c909daabea612
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.
contrib/fuzzystrmatch/fuzzystrmatch.c