Skip to content

Commit 4dd77c2

Browse files
authored
Fix clang code formatter
1 parent 757aa51 commit 4dd77c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/tools/libclang/CIndexCXX.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ unsigned clang_visitCXXMethods(CXType PT, CXFieldVisitor visitor,
7070
for (const auto *Method : RD->methods()) {
7171
// Callback to the client.
7272
switch (
73-
visitor(cxcursor::MakeCXCursor(Method, getCursorTU(PC)),
74-
client_data)) {
73+
visitor(cxcursor::MakeCXCursor(Method, getCursorTU(PC)), client_data)) {
7574
case CXVisit_Break:
7675
return true;
7776
case CXVisit_Continue:

0 commit comments

Comments
 (0)