check-source.pl cosmetics
This commit is contained in:
parent
c911427cf2
commit
824f3af98c
@ -42,4 +42,5 @@ for my $file (sort @all_files) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
warn $fails > 0 ? "FAILED $fails\n" : "PASS\n";
|
die "FAILED $fails\n" if $fails > 0;
|
||||||
|
warn "PASS\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user