]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/idempotent.c
From: Joseph Adams <joeyadams3.14159@gmail.com>
[ccan] / tools / ccanlint / tests / idempotent.c
index e9d7cf56a3533f5d892f12a48f4d226147ba2e0c..6ed1767606239d7e4f8dde94c7211a52ba44ee65 100644 (file)
@@ -132,6 +132,7 @@ static const char *describe_idempotent(struct manifest *m, void *check_result)
 }
 
 struct ccanlint idempotent = {
+       .key = "idempotent",
        .name = "Headers are #ifndef/#define idempotent wrapped",
        .total_score = 1,
        .check = check_idempotent,