[dsymutil] clang-format a file
authorFrederic Riss <friss@apple.com>
Sat, 28 Feb 2015 00:29:05 +0000 (00:29 +0000)
committerFrederic Riss <friss@apple.com>
Sat, 28 Feb 2015 00:29:05 +0000 (00:29 +0000)
llvm-svn: 230822

llvm/tools/dsymutil/MachODebugMapParser.cpp

index 7bb0011..2f4a987 100644 (file)
@@ -231,9 +231,8 @@ void MachODebugMapParser::loadMainBinarySymbols() {
 
 namespace llvm {
 namespace dsymutil {
-llvm::ErrorOr<std::unique_ptr<DebugMap>> parseDebugMap(StringRef InputFile,
-                                                       StringRef PrependPath,
-                                                       bool Verbose) {
+llvm::ErrorOr<std::unique_ptr<DebugMap>>
+parseDebugMap(StringRef InputFile, StringRef PrependPath, bool Verbose) {
   MachODebugMapParser Parser(InputFile, PrependPath, Verbose);
   return Parser.parse();
 }