endpoint: cosmetics
authorDaniel Mack <daniel@zonque.org>
Thu, 11 Sep 2014 15:32:11 +0000 (17:32 +0200)
committerDaniel Mack <daniel@zonque.org>
Thu, 11 Sep 2014 15:32:11 +0000 (17:32 +0200)
endpoint.c

index 3cedfd74912fa03e5e1682ddbd90160ef9905e75..fb2bb1c378f74fd811775cf2eb976bcfa76667e8 100644 (file)
@@ -284,8 +284,7 @@ int kdbus_ep_policy_set(struct kdbus_ep *ep,
        if (items_size == 0)
                return 0;
 
-       return kdbus_policy_set(ep->policy_db, items, items_size,
-                               0, true, ep);
+       return kdbus_policy_set(ep->policy_db, items, items_size, 0, true, ep);
 }
 
 /**