Skip to content

Commit d3126b9

Browse files
Fix formatting
1 parent e091335 commit d3126b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang-tools-extra/clangd/XRefs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2426,7 +2426,7 @@ outgoingCalls(const CallHierarchyItem &Item, const SymbolIndex *Index) {
24262426
}
24272427
Results.push_back(
24282428
CallHierarchyOutgoingCall{std::move(*CHI), std::move(FromRanges)});
2429-
}
2429+
}
24302430
});
24312431
// Sort results by name of the callee.
24322432
llvm::sort(Results, [](const CallHierarchyOutgoingCall &A,

clang-tools-extra/clangd/unittests/CallHierarchyTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ TEST(CallHierarchy, MultiFileCpp) {
398398
OutgoingLevel1,
399399
// fromRanges are interpreted in the context of Items[0]'s file.
400400
// If that's the header, we can't get ranges from the implementation
401-
// file!
401+
// file!
402402
ElementsAre(
403403
AllOf(to(AllOf(withName("caller1"), withDetail("nsa::caller1"))),
404404
IsDeclaration ? oFromRanges()

0 commit comments

Comments
 (0)