diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-01-28 10:38:40 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-01-28 10:38:40 +0000 |
commit | ba255beb79afb9c00ae5b71821f84f911aa8d1fe (patch) | |
tree | 66707895eb4596df0e8054052f95f07560927e2f /hcid/dbus-error.c | |
parent | d352bd04383f1c1a5ec17e267cb8d0ce70720519 (diff) |
Whitespace cleanup
Diffstat (limited to 'hcid/dbus-error.c')
-rw-r--r-- | hcid/dbus-error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus-error.c b/hcid/dbus-error.c index 26a0ffa6..10a201f7 100644 --- a/hcid/dbus-error.c +++ b/hcid/dbus-error.c @@ -54,7 +54,7 @@ DBusHandlerResult error_unknown_method(DBusConnection *conn, DBusMessage *msg) snprintf(error, 128, "Method \"%s\" with signature \"%s\" on interface \"%s\" doesn't exist", method, signature, interface); - + return send_message_and_unref(conn, dbus_message_new_error(msg, ERROR_INTERFACE ".UnknownMethod", error)); |