Skip to content

Commit 667deb6

Browse files
[PS4/PS5][Driver] Apply clang-format to PS4CPU.cpp (NFC) (#114038)
1 parent b2bdd8b commit 667deb6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/Driver/ToolChains/PS4CPU.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,7 @@ toolchains::PS4PS5Base::PS4PS5Base(const Driver &D, const llvm::Triple &Triple,
430430
}
431431

432432
void toolchains::PS4PS5Base::AddClangSystemIncludeArgs(
433-
const ArgList &DriverArgs,
434-
ArgStringList &CC1Args) const {
433+
const ArgList &DriverArgs, ArgStringList &CC1Args) const {
435434
const Driver &D = getDriver();
436435

437436
if (DriverArgs.hasArg(options::OPT_nostdinc))

0 commit comments

Comments
 (0)