]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/trailing_whitespace.c
Make ccanlint tests all positive: ie. "has _info.c file: FAILED".
[ccan] / tools / ccanlint / trailing_whitespace.c
index 537e955ee69bed43dd62ac1e38fc6057966a6438..96ab0d9dcfe3e7a60e27eccad66c96c4834c7e45 100644 (file)
@@ -40,7 +40,7 @@ static const char *describe_trailing_whitespace(struct manifest *m,
 }
 
 struct ccanlint trailing_whitespace = {
-       .name = "Lines with unnecessary trailing whitespace",
+       .name = "No lines with unnecessary trailing whitespace",
        .total_score = 1,
        .check = check_trailing_whitespace,
        .describe = describe_trailing_whitespace,