Remove inappropriate semicolons after function definitions.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: fa188b5ef568446fe06fa6268c5592b12119c834
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2012-06-30T21:29:39Z
Releases: 9.3.0
Remove inappropriate semicolons after function definitions.

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

Files

PathChange+/−
src/backend/utils/adt/json.c modified +4 −4