]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/trailing_whitespace.c
From: Joseph Adams <joeyadams3.14159@gmail.com>
[ccan] / tools / ccanlint / tests / trailing_whitespace.c
index e5d2102ec295c389db2a6627de5a7ce762c3c9de..f5bf5b9fec7f2be5929c25d085926d6b174fd585 100644 (file)
@@ -40,6 +40,7 @@ static const char *describe_trailing_whitespace(struct manifest *m,
 }
 
 struct ccanlint trailing_whitespace = {
+       .key = "trailing-whitespace",
        .name = "No lines with unnecessary trailing whitespace",
        .total_score = 1,
        .check = check_trailing_whitespace,