Commit f93e614e authored by Rusty Russell's avatar Rusty Russell

check_type: remove gratuitous trailing whitespace.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 599c6804
......@@ -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 *) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment