]> 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 2a301ea8b1c077af8bb369e1d2c64cf893080a8d..2b430e8c308f2b1fa5aba609f7c731bbd505abd2 100644 (file)
@@ -53,7 +53,8 @@ struct ccanlint 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);