]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/trailing_whitespace.c
ccanlint: list dependencies by key
[ccan] / tools / ccanlint / tests / trailing_whitespace.c
index ea8b5787982c2914541133642b3460682a52a4ee..2b430e8c308f2b1fa5aba609f7c731bbd505abd2 100644 (file)
@@ -50,10 +50,11 @@ 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,
+       .needs = ""
 };
 
 
-REGISTER_TEST(trailing_whitespace, NULL);
+REGISTER_TEST(trailing_whitespace);