Skip to content

Commit a85bf87

Browse files
committed
[llvm-objcopy] Don't use {}; NFC
llvm-svn: 356244
1 parent 9e73020 commit a85bf87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/llvm-objcopy/ELF/Object.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class SectionWriter : public SectionVisitor {
107107
Buffer &Out;
108108

109109
public:
110-
virtual ~SectionWriter(){};
110+
virtual ~SectionWriter() = default;
111111

112112
void visit(const Section &Sec) override;
113113
void visit(const OwnedDataSection &Sec) override;

0 commit comments

Comments
 (0)