Skip to content

Commit f1b8eda

Browse files
committed
clang format
1 parent 168dc09 commit f1b8eda

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

clang/lib/Sema/SemaHLSL.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,10 +1199,9 @@ bool SemaHLSL::handleRootSignatureDecl(HLSLRootSignatureDecl *D,
11991199
auto ReportOverlap = [this, Loc, &HadOverlap](const RangeInfo *Info,
12001200
const RangeInfo *OInfo) {
12011201
HadOverlap = true;
1202-
auto CommonVis =
1203-
Info->Visibility == llvm::dxbc::ShaderVisibility::All
1204-
? OInfo->Visibility
1205-
: Info->Visibility;
1202+
auto CommonVis = Info->Visibility == llvm::dxbc::ShaderVisibility::All
1203+
? OInfo->Visibility
1204+
: Info->Visibility;
12061205
this->Diag(Loc, diag::err_hlsl_resource_range_overlap)
12071206
<< llvm::to_underlying(Info->Class) << Info->LowerBound
12081207
<< /*unbounded=*/(Info->UpperBound == RangeInfo::Unbounded)

0 commit comments

Comments
 (0)