]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
test-privserver: Remove all trailing whitespace
authorSimon McVittie <smcv@collabora.com>
Thu, 13 Dec 2018 12:42:11 +0000 (12:42 +0000)
committerSimon McVittie <smcv@collabora.com>
Thu, 13 Dec 2018 12:42:11 +0000 (12:42 +0000)
Otherwise the commit hook would forbid commits that move it to a new
location.

Signed-off-by: Simon McVittie <smcv@collabora.com>
test/name-test/test-privserver.c

index 53af6bf10d34b13b73ca8e4f0cdef3c8fbbd6915..10525e3d2449b57887d2bf84b08b6cf54d060546 100644 (file)
@@ -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)