From c8431881e0cb8fb022ee496ee555c7658a2a5e0d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 20 Apr 2013 21:44:33 +0200 Subject: Just some whitespace fixes --- src/fastd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/fastd.h b/src/fastd.h index 943b953..06723a8 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -370,8 +370,8 @@ static inline int fastd_rand(fastd_context_t *ctx, int min, int max) { #define container_of(ptr, type, member) ({ \ - const typeof( ((type *)0)->member ) *__mptr = (ptr); \ - (type *)( (char *)__mptr - offsetof(type,member) );}) + const typeof( ((type *)0)->member ) *__mptr = (ptr); \ + (type *)( (char *)__mptr - offsetof(type,member) );}) static inline size_t alignto(size_t l, size_t a) { -- cgit v1.2.3