More minor cosmetic improvements:
authorNeil Conway <neilc@samurai.com>
Wed, 13 Oct 2004 01:25:13 +0000 (01:25 +0000)
committerNeil Conway <neilc@samurai.com>
Wed, 13 Oct 2004 01:25:13 +0000 (01:25 +0000)
commit7069dbcc317c287f98e55d5296ff7ca77fadab49
treef6fb8476c006cef473c986f8200695bd78f9033b
parent1da2bccabbabbebc76af07c0c2276217420cef7d
More minor cosmetic improvements:

- remove another senseless "extern" keyword that was applied to a
function definition
- change a foo more function signatures from "some_type foo()" to
"some_type foo(void)"
- rewrite another K&R style function definition
- make the type of the "action" function pointer in the KeyWord struct
in src/backend/utils/adt/formatting.c more precise
src/backend/executor/spi.c
src/backend/port/sysv_shmem.c
src/backend/utils/adt/formatting.c
src/backend/utils/mb/mbutils.c
src/backend/utils/mb/wstrcmp.c
src/interfaces/ecpg/preproc/output.c