pgsql: Put inline declaration before return type

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Put inline declaration before return type
Date: 2011-07-19 05:17:16
Message-ID: E1Qj2gG-0006hv-FH@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2011-07-19 06:31:30 Re: [COMMITTERS] pgsql: Cascading replication feature for streaming log-based replicatio
Previous Message Peter Eisentraut 2011-07-19 05:17:07 pgsql: Fix typo