From: Rusty Russell Date: Wed, 31 Oct 2012 11:03:47 +0000 (+1030) Subject: check_type: remove gratuitous trailing whitespace. X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=f93e614e09b3983911b93f2755e7869ff8394427;hp=599c6804cb64b4d22abca1998ef506be6e90130d check_type: remove gratuitous trailing whitespace. Signed-off-by: Rusty Russell --- diff --git a/ccan/check_type/check_type.h b/ccan/check_type/check_type.h index 371fb664..b1993471 100644 --- a/ccan/check_type/check_type.h +++ b/ccan/check_type/check_type.h @@ -38,7 +38,7 @@ * * Example: * // Do subtraction to get to enclosing type, but make sure that - * // pointer is of correct type for that member. + * // pointer is of correct type for that member. * #define container_of(mbr_ptr, encl_type, mbr) \ * (check_types_match((mbr_ptr), &((encl_type *)0)->mbr), \ * ((encl_type *) \