]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/trailing_whitespace.c
ccanlint: rename test keys
[ccan] / tools / ccanlint / tests / trailing_whitespace.c
index ea8b5787982c2914541133642b3460682a52a4ee..2a301ea8b1c077af8bb369e1d2c64cf893080a8d 100644 (file)
@@ -50,7 +50,7 @@ static void check_trailing_whitespace(struct manifest *m,
 }
 
 struct ccanlint trailing_whitespace = {
-       .key = "trailing-whitespace",
+       .key = "no_trailing_whitespace",
        .name = "Module's source code has no trailing whitespace",
        .check = check_trailing_whitespace,
 };