X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Ftrailing_whitespace.c;h=e5d2102ec295c389db2a6627de5a7ce762c3c9de;hp=f522d316e5c406742dc0e344be450114d83ca5f1;hb=382e1e2900997b5cc5f28c350c6fcb54d4859ecc;hpb=8f61c0bccb152b2365baf70deac1e59264d7feb7 diff --git a/tools/ccanlint/tests/trailing_whitespace.c b/tools/ccanlint/tests/trailing_whitespace.c index f522d316..e5d2102e 100644 --- a/tools/ccanlint/tests/trailing_whitespace.c +++ b/tools/ccanlint/tests/trailing_whitespace.c @@ -45,3 +45,6 @@ struct ccanlint trailing_whitespace = { .check = check_trailing_whitespace, .describe = describe_trailing_whitespace, }; + + +REGISTER_TEST(trailing_whitespace, NULL);