all: Remove trailing newlines from g_message()/g_warning()/g_error()s9b4c50f63d9ef7c2033777a95a743009f0a145a1
commit9b4c50f63d9ef7c2033777a95a743009f0a145a1
authorPhilip Withnall <withnall@endlessm.com>
Fri, 27 Apr 2018 15:45:36 +0000 (27 16:45 +0100)
committerPhilip Withnall <withnall@endlessm.com>
Fri, 27 Apr 2018 15:46:19 +0000 (27 16:46 +0100)
treef419b0d230de8caccdcd3299ec728c2e178d1dd3
parent16e58dc901c8951d8eeb20efa8e78ba9ae96723c
all: Remove trailing newlines from g_message()/g_warning()/g_error()s

All those logging functions already add a newline to any message they
print, so there’s no need to add a trailing newline in the message
passed to them.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
Reviewed-by: nobody
32 files changed:
gio/gcontenttype.c
gio/gdbusprivate.c
gio/gfileattribute.c
gio/gmenuexporter.c
gio/gsettings-mapping.c
gio/gsettings.c
gio/gtestdbus.c
gio/gunixmounts.c
gio/gzlibcompressor.c
gio/gzlibdecompressor.c
gio/tests/gdbus-connection-slow.c
gio/tests/send-data.c
gio/tests/socket-client.c
glib/deprecated/gcompletion.c
glib/gbookmarkfile.c
glib/gdate.c
glib/giochannel.c
glib/giounix.c
glib/giowin32.c
glib/glib-unix.c
glib/gmain.c
glib/gpoll.c
glib/gtestutils.c
glib/gwakeup.c
glib/tests/fileutils.c
glib/tests/mainloop.c
glib/tests/thread.c
gobject/gsourceclosure.c
gobject/gtypemodule.c
tests/child-test.c
tests/mainloop-test.c
tests/testglib.c