[PATCH] netlink.c: fix indentation

JingPiao Chen chenjingpiao at gmail.com
Mon Aug 7 12:44:55 UTC 2017


* netlink.c (print_cookie): Fix indentation.
---
 netlink.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/netlink.c b/netlink.c
index 947e52df..f3a7cf9a 100644
--- a/netlink.c
+++ b/netlink.c
@@ -287,10 +287,8 @@ print_nlmsghdr(struct tcb *tcp,
 }
 
 static bool
-print_cookie(struct tcb *const tcp,
-	    void *const elem_buf,
-	    const size_t elem_size,
-	    void *const opaque_data)
+print_cookie(struct tcb *const tcp, void *const elem_buf,
+	     const size_t elem_size, void *const opaque_data)
 {
 	tprintf("%" PRIu8, *(uint8_t *) elem_buf);
 
-- 
2.14.0-rc0





More information about the Strace-devel mailing list