Skip to content

Commit b08b3ac

Browse files
committed
review: style guide
1 parent e691dd3 commit b08b3ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,8 @@ CreateFrontendAction(CompilerInstance &CI) {
181181

182182
const FrontendOptions &FEOpts = CI.getFrontendOpts();
183183

184-
if (CI.getLangOpts().HLSL) {
184+
if (CI.getLangOpts().HLSL)
185185
Act = std::make_unique<HLSLFrontendAction>(std::move(Act));
186-
}
187186

188187
if (FEOpts.FixAndRecompile) {
189188
Act = std::make_unique<FixItRecompile>(std::move(Act));

0 commit comments

Comments
 (0)