]> granicus.if.org Git - libnl/commitdiff
Coding style format
authord0u9 <d0u9.su@outlook.com>
Mon, 15 Jan 2018 08:04:54 +0000 (16:04 +0800)
committerThomas Haller <thaller@redhat.com>
Tue, 16 Jan 2018 08:38:55 +0000 (09:38 +0100)
Fix incorrect code indent.

https://github.com/thom311/libnl/pull/165

lib/route/cls.c

index 649a7d0452afbfd849173b93658ccce3fb3c2e64..a423b10b7d83e45c68afd634890b658b0a219741 100644 (file)
@@ -324,7 +324,8 @@ int rtnl_cls_delete(struct nl_sock *sk, struct rtnl_cls *cls, int flags)
  *
  * @return 0 on success or a negative error code.
  */
-int rtnl_cls_alloc_cache(struct nl_sock *sk, int ifindex, uint32_t parent,                      struct nl_cache **result)
+int rtnl_cls_alloc_cache(struct nl_sock *sk, int ifindex, uint32_t parent,
+                        struct nl_cache **result)
 {
        struct nl_cache * cache;
        int err;