diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2009-07-24 10:27:35 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2009-07-24 10:27:35 +0300 |
commit | aab0414c2c87255b2d105fe23d3105fb448c8bd9 (patch) | |
tree | 6af8446fcae347bfd1a33612b1f6cf0cf5e352ac /serial | |
parent | 1311516cf18d5ee4bc6ab68e7ae0971abc00cfc9 (diff) | |
download | bluez-aab0414c2c87255b2d105fe23d3105fb448c8bd9.tar.gz |
Fix whitespace
Diffstat (limited to 'serial')
-rw-r--r-- | serial/proxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serial/proxy.c b/serial/proxy.c index 60ca7dce7..05687d85a 100644 --- a/serial/proxy.c +++ b/serial/proxy.c @@ -577,7 +577,7 @@ static DBusMessage *proxy_enable(DBusConnection *conn, return failed(msg, "Unable to allocate new service record"); else if (err < 0) return g_dbus_create_error(msg, ERROR_INTERFACE "Failed", - "Proxy enable failed (%s)", strerror(-err)); + "Proxy enable failed (%s)", strerror(-err)); return dbus_message_new_method_return(msg); } |