X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fno_trailing_whitespace.c;fp=tools%2Fccanlint%2Ftests%2Fno_trailing_whitespace.c;h=5d3b5ca19d0b10f1b76fbda3fd2cdfcaa72426b7;hp=f046a248cc3e8bcfa818c9f213ca022efa2ad397;hb=60824f8a0f758dc7808eb31cc83434ea78f44ed1;hpb=50212d0d271f967d9f5d14c116ec54c0050882a8 diff --git a/tools/ccanlint/tests/no_trailing_whitespace.c b/tools/ccanlint/tests/no_trailing_whitespace.c index f046a248..5d3b5ca1 100644 --- a/tools/ccanlint/tests/no_trailing_whitespace.c +++ b/tools/ccanlint/tests/no_trailing_whitespace.c @@ -53,7 +53,7 @@ struct ccanlint no_trailing_whitespace = { .key = "no_trailing_whitespace", .name = "Module's source code has no trailing whitespace", .check = check_trailing_whitespace, - .needs = "" + .needs = "info_exists" };