X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fidempotent.c;h=924f5bea3c7d6b53c424ba7cff6fafe7897aadf2;hp=0aa7d8b3ae22c5ad741187bb3b7905abefe5e63b;hb=501b31cddfaa3e8a4374dc84f6f75d07dd2d0abb;hpb=9ca74a8e616261a3afebcc52472a25f2d551e2b6 diff --git a/tools/ccanlint/tests/idempotent.c b/tools/ccanlint/tests/idempotent.c index 0aa7d8b3..924f5bea 100644 --- a/tools/ccanlint/tests/idempotent.c +++ b/tools/ccanlint/tests/idempotent.c @@ -137,3 +137,5 @@ struct ccanlint idempotent = { .check = check_idempotent, .describe = describe_idempotent, }; + +REGISTER_TEST(idempotent, &trailing_whitespace, NULL);