diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-06-13 14:22:43 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-06-13 14:22:43 +0200 |
commit | 439ea6f9f36aacd80c8d50fdfb59c375daf40637 (patch) | |
tree | caaa87bd568a6ea0d5b2fa57ded95e8f996d5b67 /extrace.c | |
parent | ba4607e7c2f6ab7f3cd3698820c53c7940c017af (diff) | |
download | extrace-439ea6f9f36aacd80c8d50fdfb59c375daf40637.tar.gz extrace-439ea6f9f36aacd80c8d50fdfb59c375daf40637.tar.xz extrace-439ea6f9f36aacd80c8d50fdfb59c375daf40637.zip |
whitespace fix
Diffstat (limited to 'extrace.c')
-rw-r--r-- | extrace.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extrace.c b/extrace.c index bd856c0..4f5dc7c 100644 --- a/extrace.c +++ b/extrace.c @@ -71,9 +71,9 @@ #define min(x,y) ((y)>(x)?(x):(y)) #define SEND_MESSAGE_LEN (NLMSG_LENGTH(sizeof (struct cn_msg) + \ - sizeof (enum proc_cn_mcast_op))) + sizeof (enum proc_cn_mcast_op))) #define RECV_MESSAGE_LEN (NLMSG_LENGTH(sizeof (struct cn_msg) + \ - sizeof (struct proc_event))) + sizeof (struct proc_event))) #define SEND_MESSAGE_SIZE (NLMSG_SPACE(SEND_MESSAGE_LEN)) #define RECV_MESSAGE_SIZE (NLMSG_SPACE(RECV_MESSAGE_LEN)) |