Skip to content
Snippets Groups Projects
Commit a9ac46c6 authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'more-clang-tidy'


39fd4817 testProcess: fix another clang-tidy warning

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !181
parents 5ada375f 39fd4817
No related branches found
No related tags found
No related merge requests found
......@@ -722,9 +722,8 @@ int main(int argc, const char* argv[])
int r =
runChild(cmd, state, exception, value, 0, 1, 0, timeout, 0, 1, 0, 0, 0);
return r;
} else {
/* Improper usage. */
fprintf(stdout, "Usage: %s <test number>\n", argv[0]);
return 1;
}
/* Improper usage. */
fprintf(stdout, "Usage: %s <test number>\n", argv[0]);
return 1;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment