mirror of
https://github.com/scummvm/scummvm-tools.git
synced 2026-05-21 05:40:44 +00:00
TOOLS: Whitespace cleanup
svn-id: r46751
This commit is contained in:
@@ -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() == "*") {
|
||||
|
||||
Reference in New Issue
Block a user