Skip to content

Commit 7baf785

Browse files
committed
clang-format
1 parent a6bf6cc commit 7baf785

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/ObjCopy/DXContainer/DXContainerObjcopy.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace dxbc {
2020
using namespace object;
2121

2222
static Error extractPartAsObject(StringRef PartName, StringRef OutFilename,
23-
StringRef InputFilename, const Object &Obj) {
23+
StringRef InputFilename, const Object &Obj) {
2424
for (const Part &P : Obj.Parts)
2525
if (P.Name == PartName) {
2626
Object PartObj;
@@ -56,8 +56,8 @@ static Error handleArgs(const CommonConfig &Config, Object &Obj) {
5656
StringRef SectionName;
5757
StringRef FileName;
5858
std::tie(SectionName, FileName) = Flag.split('=');
59-
if (Error E =
60-
extractPartAsObject(SectionName, FileName, Config.InputFilename, Obj))
59+
if (Error E = extractPartAsObject(SectionName, FileName,
60+
Config.InputFilename, Obj))
6161
return E;
6262
}
6363

0 commit comments

Comments
 (0)