]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/trailing_whitespace.c
ccanlint: timeout, and implement -t option for quicker tests.
[ccan] / tools / ccanlint / tests / trailing_whitespace.c
index 6b831a727550c400476727e17515403f91ecada3..0fdd0cf847fa9653617bc89df0a40e0abd039282 100644 (file)
@@ -19,7 +19,8 @@ static char *report_on_trailing_whitespace(const char *line)
        return talloc_asprintf(line, "'%s'", line);
 }
 
-static void *check_trailing_whitespace(struct manifest *m)
+static void *check_trailing_whitespace(struct manifest *m,
+                                      unsigned int *timeleft)
 {
        char *report;