mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-17 01:04:40 +08:00
Fix whitespace
This commit is contained in:
parent
1311516cf1
commit
aab0414c2c
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user