]> 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 e5d2102ec295c389db2a6627de5a7ce762c3c9de..6b831a727550c400476727e17515403f91ecada3 100644 (file)
@@ -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,