TOOLS: Whitespace cleanup

svn-id: r46751
This commit is contained in:
Jordi Vilalta Prat
2009-12-30 15:34:00 +00:00
parent 1d465ba108
commit eae07f9e8a
62 changed files with 440 additions and 440 deletions
+2 -2
View File
@@ -133,7 +133,7 @@ int Tool::run(const std::deque<std::string> &args) {
void Tool::run() {
// Reset abort state
_abort = false;
setTempFileName();
@@ -157,7 +157,7 @@ InspectionMatch Tool::inspectInput(const Common::Filename &filename) {
// Directory, we don't handle this yet, don't display at all
return IMATCH_AWFUL;
}
Common::Filename cmp_filename = p;
if (cmp_filename.getName() == "*") {