From f93e614e09b3983911b93f2755e7869ff8394427 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 31 Oct 2012 21:33:47 +1030 Subject: [PATCH] check_type: remove gratuitous trailing whitespace. Signed-off-by: Rusty Russell --- ccan/check_type/check_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *) \ -- 2.39.2