* 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
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Strace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/strace-devel