X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Ftrailing_whitespace.c;h=2a301ea8b1c077af8bb369e1d2c64cf893080a8d;hb=f9423c171395571f9880286190d9cf63da147668;hp=ea8b5787982c2914541133642b3460682a52a4ee;hpb=ad3f309e3c13d6b88864aab146895c9df9bc6e5b;p=ccan diff --git a/tools/ccanlint/tests/trailing_whitespace.c b/tools/ccanlint/tests/trailing_whitespace.c index ea8b5787..2a301ea8 100644 --- a/tools/ccanlint/tests/trailing_whitespace.c +++ b/tools/ccanlint/tests/trailing_whitespace.c @@ -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, };