projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ccanlint: Add -k option to keep results.
[ccan]
/
tools
/
ccanlint
/
tests
/
trailing_whitespace.c
diff --git
a/tools/ccanlint/tests/trailing_whitespace.c
b/tools/ccanlint/tests/trailing_whitespace.c
index 0fdd0cf847fa9653617bc89df0a40e0abd039282..80bf42c49705cc9d0deacd1cfd68db7d9ff8dc05 100644
(file)
--- a/
tools/ccanlint/tests/trailing_whitespace.c
+++ b/
tools/ccanlint/tests/trailing_whitespace.c
@@
-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;