Skip to content

Commit 0c5a64c

Browse files
committed
clang-format
1 parent 729fccb commit 0c5a64c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/include/llvm/Object/DXContainer.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -603,9 +603,7 @@ class LLVM_ABI DXContainerObjectFile : public ObjectFile {
603603
}
604604

605605
public:
606-
const DXContainer &getDXContainer() const {
607-
return Container;
608-
}
606+
const DXContainer &getDXContainer() const { return Container; }
609607

610608
static bool classof(const Binary *v) { return v->isDXContainer(); }
611609

0 commit comments

Comments
 (0)