Skip to content

Commit ff04fdd

Browse files
committed
[ser][nfc] formatting
1 parent f50a9ec commit ff04fdd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/clang/lib/Sema/SemaHLSL.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13693,7 +13693,8 @@ void Sema::DiagnoseHLSLDeclAttr(const Decl *D, const Attr *A) {
1369313693
(!IsUAV && !IsAllowedNodeIO)) {
1369413694
Diag(A->getLocation(), diag::err_hlsl_varmodifierna_decltype)
1369513695
<< A << DeclType->getCanonicalTypeUnqualified() << A->getRange();
13696-
Diag(A->getLocation(), diag::note_hlsl_coherence_applies_to) << (int) IsGCAttr << A << A->getRange();
13696+
Diag(A->getLocation(), diag::note_hlsl_coherence_applies_to)
13697+
<< (int)IsGCAttr << A << A->getRange();
1369713698
}
1369813699
return;
1369913700
}

0 commit comments

Comments
 (0)