Drop trailing semi-colon from G_DEFINE_ macro
commitf952fdf3fcb00946317ecb2672e9d2c99c74c7a3
authorEmmanuele Bassi <ebassi@gnome.org>
Fri, 17 Oct 2014 10:54:02 +0000 (17 11:54 +0100)
committerPhilip Withnall <withnall@endlessm.com>
Mon, 10 Apr 2017 09:38:31 +0000 (10 10:38 +0100)
tree7adcb358cdf5627883fb87ba02065bc1f449659c
parentfb7d2184a616553fdc1881fe52ebe2a3c7748280
Drop trailing semi-colon from G_DEFINE_ macro

It's unnecessary, and only adds visual noise; we have been fairly
inconsistent in the past, but the semi-colon-less version clearly
dominates in the code base.

https://bugzilla.gnome.org/show_bug.cgi?id=669355
61 files changed:
docs/reference/gobject/tut_gtype.xml
docs/reference/gobject/tut_howto.xml
gio/gcredentials.c
gio/gdbus-2.0/codegen/codegen.py
gio/gdbusauthobserver.c
gio/gdbusdaemon.c
gio/gdbusintrospection.c
gio/gdbusmessage.c
gio/gdbusmethodinvocation.c
gio/gdbusobjectmanagerclient.c
gio/gdbusserver.c
gio/gdtlsconnection.c
gio/gdummytlsbackend.c
gio/gfileinfo.c
gio/gfilenamecompleter.c
gio/giomodule.c
gio/glistmodel.c
gio/glocalfileenumerator.c
gio/glocalfileiostream.c
gio/gnativevolumemonitor.c
gio/gnotification.c
gio/gnotificationbackend.c
gio/gresourcefile.c
gio/gsocketaddressenumerator.c
gio/gsocketcontrolmessage.c
gio/gsubprocess.c
gio/gsubprocesslauncher.c
gio/gtlsbackend.c
gio/gtlscertificate.c
gio/gtlsdatabase.c
gio/gunionvolumemonitor.c
gio/gunixmounts.c
gio/gvfs.c
gio/gvolumemonitor.c
gio/tests/filter-streams.c
gio/tests/gdbus-bz627724.c
gio/tests/gdbus-example-export.c
gio/tests/gdbus-example-proxy-subclass.c
gio/tests/gdbus-peer-object-manager.c
gio/tests/gmenumodel.c
gio/tests/gnotification-server.c
gio/tests/gtesttlsbackend.c
gio/tests/gtlsconsoleinteraction.c
gio/tests/socket-service.c
gio/tests/tls-interaction.c
gio/win32/gwinhttpfileinputstream.c
gio/win32/gwinhttpfileoutputstream.c
gobject/gbinding.c
gobject/gboxed.c
gobject/gobject.c
gobject/tests/binding.c
gobject/tests/dynamictests.c
gobject/tests/param.c
gobject/tests/properties.c
gobject/tests/threadtests.c
tests/gobject/performance.c
tests/gobject/references.c
tests/gobject/singleton.c
tests/refcount/closures.c
tests/refcount/properties3.c
tests/refcount/properties4.c