Skip to content

Commit 9aeb61f

Browse files
committed
Remove braces around single statement if body
1 parent 51a5d72 commit 9aeb61f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/Driver/ToolChains/CommonArgs.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,8 @@ static bool useFramePointerForTargetByDefault(const llvm::opt::ArgList &Args,
152152
}
153153
}
154154

155-
if (toolchains::isARMBareMetal(Triple)) {
155+
if (toolchains::isARMBareMetal(Triple))
156156
return false;
157-
}
158157

159158
return true;
160159
}

0 commit comments

Comments
 (0)