From: Simon McVittie Date: Thu, 13 Dec 2018 12:42:11 +0000 (+0000) Subject: test-privserver: Remove all trailing whitespace X-Git-Tag: dbus-1.13.10~39^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17e6b1484a02499489668d49e40d415aa78ab667;p=thirdparty%2Fdbus.git test-privserver: Remove all trailing whitespace Otherwise the commit hook would forbid commits that move it to a new location. Signed-off-by: Simon McVittie --- diff --git a/test/name-test/test-privserver.c b/test/name-test/test-privserver.c index 53af6bf10..10525e3d2 100644 --- a/test/name-test/test-privserver.c +++ b/test/name-test/test-privserver.c @@ -34,7 +34,7 @@ new_connection_callback (DBusServer *server, dbus_connection_close (new_connection); } -static DBusHandlerResult +static DBusHandlerResult filter_session_message (DBusConnection *connection, DBusMessage *message, void *user_data)