[lldb] Remove ')' to fix the build

That ')' slipped in by accident in the reformatting commit.

llvm-svn: 369660
This commit is contained in:
Raphael Isemann 2019-08-22 15:18:40 +00:00
parent ab2f68d5ad
commit 4ae79199ed
1 changed files with 1 additions and 1 deletions

View 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)));
}
}