Skip to content

Commit 79b270c

Browse files
committed
clang-format
1 parent 46afbd6 commit 79b270c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/Sema/SemaInit.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4844,8 +4844,7 @@ static void TryListInitialization(Sema &S,
48444844
bool TreatUnavailableAsInvalid) {
48454845
QualType DestType = Entity.getType();
48464846

4847-
if (S.getLangOpts().HLSL &&
4848-
!S.HLSL().transformInitList(Entity, InitList))
4847+
if (S.getLangOpts().HLSL && !S.HLSL().transformInitList(Entity, InitList))
48494848
return;
48504849

48514850
// C++ doesn't allow scalar initialization with more than one argument.

0 commit comments

Comments
 (0)