Skip to content

Commit a803941

Browse files
committed
clang-format
1 parent 6785ed1 commit a803941

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/CodeGen/CGHLSLRuntime.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,7 @@ static std::optional<llvm::Value *> initializeLocalResourceArray(
234234

235235
CallArgList Args;
236236
CXXMethodDecl *CreateMethod = lookupResourceInitMethodAndSetupArgs(
237-
CGF.CGM, ResourceDecl, Range, Index, ResourceName, Binding,
238-
Args);
237+
CGF.CGM, ResourceDecl, Range, Index, ResourceName, Binding, Args);
239238

240239
if (!CreateMethod)
241240
// This can happen if someone creates an array of structs that looks like

0 commit comments

Comments
 (0)