projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ccanlint: remove empty statement warnings.
[ccan]
/
tools
/
ccanlint
/
tests
/
tests_pass_without_features.c
diff --git
a/tools/ccanlint/tests/tests_pass_without_features.c
b/tools/ccanlint/tests/tests_pass_without_features.c
index 999c4eda45663dace4fa759dc891e7a5f8ee3c94..15b161ef9c20a06f9e2bbfe22749cddd14ece7ed 100644
(file)
--- a/
tools/ccanlint/tests/tests_pass_without_features.c
+++ b/
tools/ccanlint/tests/tests_pass_without_features.c
@@
-56,8
+56,9
@@
static void run_under_debugger(struct manifest *m, struct score *score)
command = tal_fmt(m, "gdb -ex 'break tap.c:139' -ex 'run' %s",
first->file->compiled[COMPILE_NOFEAT]);
- if (system(command))
+ if (system(command))
{
doesnt_matter();
+ }
}
struct ccanlint tests_pass_without_features = {