Skip to content

Commit cb99f0a

Browse files
committed
[LFI] Apply clang-format to Driver.cpp
1 parent 60de700 commit cb99f0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/Driver/Driver.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6866,7 +6866,8 @@ const ToolChain &Driver::getToolChain(const ArgList &Args,
68666866
else if (Target.isWALI())
68676867
TC = std::make_unique<toolchains::WebAssembly>(*this, Target, Args);
68686868
else if (Target.isLFI())
6869-
TC = std::make_unique<toolchains::LFILinuxToolChain>(*this, Target, Args);
6869+
TC = std::make_unique<toolchains::LFILinuxToolChain>(*this, Target,
6870+
Args);
68706871
else
68716872
TC = std::make_unique<toolchains::Linux>(*this, Target, Args);
68726873
break;

0 commit comments

Comments
 (0)