Skip to content

Commit 26478de

Browse files
committed
clang format
1 parent 4d1d99c commit 26478de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/Driver/ToolChains/HLSL.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,8 @@ HLSLToolChain::TranslateArgs(const DerivedArgList &Args, StringRef BoundArch,
296296
continue;
297297
}
298298
if (A->getOption().getID() == options::OPT_dxc_rootsig_ver) {
299-
DAL->AddSeparateArg(nullptr, Opts.getOption(options::OPT_hlsl_rootsig_ver),
299+
DAL->AddSeparateArg(nullptr,
300+
Opts.getOption(options::OPT_hlsl_rootsig_ver),
300301
A->getValue());
301302
A->claim();
302303
continue;

0 commit comments

Comments
 (0)