eldbus: Fix formatting

Summary: No functional changes, just formatting

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-02-11 15:29:29 -05:00
parent ab2487037f
commit baf998165a
1 changed files with 2 additions and 1 deletions

View File

@ -179,7 +179,8 @@ _eldbus_connection_send_and_block(Eldbus_Connection *conn, Eldbus_Message *msg,
WRN("Calling this function may result in dropped frames because the main loop is running");
dbus_error_init(&err);
dbus_msg = dbus_connection_send_with_reply_and_block(conn->dbus_conn,
dbus_msg =
dbus_connection_send_with_reply_and_block(conn->dbus_conn,
msg->dbus_msg, timeout, &err);
EINA_SAFETY_ON_TRUE_GOTO(dbus_error_is_set(&err), dbus_error_set);
dbus_error_free(&err);