Skip to content

Commit 74ee5ee

Browse files
committed
clang format
1 parent e1289c1 commit 74ee5ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/Sema/SemaHLSL.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,8 +1219,8 @@ bool SemaHLSL::handleRootSignatureElements(
12191219
};
12201220

12211221
// Helper to report diagnostics
1222-
auto ReportOverlap = [this, InfoIndexMap, &HadOverlap](const RangeInfo *Info,
1223-
const RangeInfo *OInfo) {
1222+
auto ReportOverlap = [this, InfoIndexMap, &HadOverlap](
1223+
const RangeInfo *Info, const RangeInfo *OInfo) {
12241224
HadOverlap = true;
12251225
auto CommonVis = Info->Visibility == llvm::dxbc::ShaderVisibility::All
12261226
? OInfo->Visibility

0 commit comments

Comments
 (0)