pgsql: Remove inappropriate semicolons after function definitions.

Started by Tom Laneabout 14 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Remove inappropriate semicolons after function definitions.

Solaris Studio warns about this, and some compilers might think it's an
outright syntax error.

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/json.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)