Skip to content

Commit

Permalink
[PS4/PS5][Driver] Apply clang-format to PS4CPU.cpp (NFC) (llvm#114038)
Browse files Browse the repository at this point in the history
  • Loading branch information
playstation-edd authored Oct 29, 2024
1 parent b2bdd8b commit 667deb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clang/lib/Driver/ToolChains/PS4CPU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,7 @@ toolchains::PS4PS5Base::PS4PS5Base(const Driver &D, const llvm::Triple &Triple,
}

void toolchains::PS4PS5Base::AddClangSystemIncludeArgs(
const ArgList &DriverArgs,
ArgStringList &CC1Args) const {
const ArgList &DriverArgs, ArgStringList &CC1Args) const {
const Driver &D = getDriver();

if (DriverArgs.hasArg(options::OPT_nostdinc))
Expand Down

0 comments on commit 667deb6

Please sign in to comment.