From: d0u9 Date: Mon, 15 Jan 2018 08:04:54 +0000 (+0800) Subject: Coding style format X-Git-Tag: libnl3_5_0~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b11ab02ce24476f96c22b18e27f3737559010a2;p=libnl Coding style format Fix incorrect code indent. https://github.com/thom311/libnl/pull/165 --- diff --git a/lib/route/cls.c b/lib/route/cls.c index 649a7d0..a423b10 100644 --- a/lib/route/cls.c +++ b/lib/route/cls.c @@ -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;