]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/trailing_whitespace.c
ccanlint: Add -k option to keep results.
[ccan] / tools / ccanlint / tests / trailing_whitespace.c
index 0fdd0cf847fa9653617bc89df0a40e0abd039282..80bf42c49705cc9d0deacd1cfd68db7d9ff8dc05 100644 (file)
@@ -20,6 +20,7 @@ static char *report_on_trailing_whitespace(const char *line)
 }
 
 static void *check_trailing_whitespace(struct manifest *m,
+                                      bool keep,
                                       unsigned int *timeleft)
 {
        char *report;