Commit 4680df23 authored by Yajun He's avatar Yajun He
Browse files

formatting

parent e768a426
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -95,7 +95,6 @@ Module::createOutputFile(const std::string& pathname, const std::string& extensi
                             << " - this is outside the module output folder";
            }
        }
	
        // Add the file itself - this fully replaces the "file" path in case "path" is absolute:
        file /= (extension.empty() ? path : path.replace_extension(extension));