Skip to content

Commit 8de3a1f

Browse files
committed
fix clang-format
1 parent 6ce620b commit 8de3a1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/Analysis/FlowSensitive/SmartPointerAccessorCaching.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ bool hasSmartPointerClassShape(const CXXRecordDecl &RD, bool &HasGet,
7171
->getCanonicalTypeUnqualified();
7272
}
7373
}
74-
}
75-
break;
74+
} break;
7675
default:
7776
break;
7877
}

0 commit comments

Comments
 (0)