From 56bbeb9355546c3a688843552ba9df03e823ab00 Mon Sep 17 00:00:00 2001 From: Djalal Harouni Date: Fri, 24 Oct 2014 23:47:36 +0100 Subject: [PATCH] connection: fix kdbus_cmd_info() argument indentation Signed-off-by: Djalal Harouni --- connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connection.c b/connection.c index 27cb265..9e84b45 100644 --- a/connection.c +++ b/connection.c @@ -1242,7 +1242,7 @@ int kdbus_conn_move_messages(struct kdbus_conn *conn_dst, * Return: 0 on success, negative errno on failure. */ int kdbus_cmd_info(struct kdbus_conn *conn, - struct kdbus_cmd_info *cmd_info) + struct kdbus_cmd_info *cmd_info) { struct kdbus_name_entry *entry = NULL; struct kdbus_conn *owner_conn = NULL; -- 2.34.1