[lldb] Remove ')' to fix the build
authorRaphael Isemann <teemperor@gmail.com>
Thu, 22 Aug 2019 15:18:40 +0000 (15:18 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 22 Aug 2019 15:18:40 +0000 (15:18 +0000)
That ')' slipped in by accident in the reformatting commit.

llvm-svn: 369660

lldb/source/Commands/CommandObjectProcess.cpp

index b55a63618d10f92813e667961126ed2e7d499f30..f4788666d4749c70e687ac34f155252ff2e28ca5 100644 (file)
@@ -355,7 +355,7 @@ public:
       for (size_t i = 0; i < num_matches; ++i) {
         request.AddCompletion(
             llvm::StringRef(process_infos.GetProcessNameAtIndex(i),
-                            process_infos.GetProcessNameLengthAtIndex(i))));
+                            process_infos.GetProcessNameLengthAtIndex(i)));
       }
     }