X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fccanlint%2Ftests%2Ftrailing_whitespace.c;h=6b831a727550c400476727e17515403f91ecada3;hb=357700fd05c2cf25563a0058fd68f2ffea827e74;hp=e5d2102ec295c389db2a6627de5a7ce762c3c9de;hpb=501b31cddfaa3e8a4374dc84f6f75d07dd2d0abb;p=ccan diff --git a/tools/ccanlint/tests/trailing_whitespace.c b/tools/ccanlint/tests/trailing_whitespace.c index e5d2102e..6b831a72 100644 --- a/tools/ccanlint/tests/trailing_whitespace.c +++ b/tools/ccanlint/tests/trailing_whitespace.c @@ -40,7 +40,8 @@ static const char *describe_trailing_whitespace(struct manifest *m, } struct ccanlint trailing_whitespace = { - .name = "No lines with unnecessary trailing whitespace", + .key = "trailing-whitespace", + .name = "Module's source code has no trailing whitespace", .total_score = 1, .check = check_trailing_whitespace, .describe = describe_trailing_whitespace,