We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f01694 + 24a20f0 commit 279ec86Copy full SHA for 279ec86
1 file changed
src/analysis/pmd.cpp
@@ -1265,10 +1265,9 @@ main_pmd(int argc, const char **argv) {
1265
if (insufficient_data) {
1266
// ADS: first check for insufficient data; another is needed if
1267
// fixed bin size is used
1268
- if (VERBOSE) {
+ if (VERBOSE)
1269
cerr << "EXITING: INSUFFICIENT DATA" << endl;
1270
- return EXIT_SUCCESS;
1271
- }
+ return EXIT_SUCCESS;
1272
}
1273
1274
if (VERBOSE)
0 commit comments