]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/trailing_whitespace.c
ccanlint: clean up test short descriptions
[ccan] / tools / ccanlint / tests / trailing_whitespace.c
index f5bf5b9fec7f2be5929c25d085926d6b174fd585..6b831a727550c400476727e17515403f91ecada3 100644 (file)
@@ -41,7 +41,7 @@ static const char *describe_trailing_whitespace(struct manifest *m,
 
 struct ccanlint trailing_whitespace = {
        .key = "trailing-whitespace",
-       .name = "No lines with unnecessary trailing whitespace",
+       .name = "Module's source code has no trailing whitespace",
        .total_score = 1,
        .check = check_trailing_whitespace,
        .describe = describe_trailing_whitespace,