Skip to content

Commit bd203e0

Browse files
committed
[NFC][llvm-objcopy] clang-formating Object.cpp
llvm-svn: 341344
1 parent a7a5816 commit bd203e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/tools/llvm-objcopy/Object.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,7 @@ void ELFSectionWriter<ELFT>::visit(const CompressedSection &Sec) {
171171
CompressedSection::CompressedSection(const SectionBase &Sec,
172172
DebugCompressionType CompressionType)
173173
: SectionBase(Sec), CompressionType(CompressionType),
174-
DecompressedSize(Sec.OriginalData.size()),
175-
DecompressedAlign(Sec.Align) {
174+
DecompressedSize(Sec.OriginalData.size()), DecompressedAlign(Sec.Align) {
176175

177176
if (Error E = zlib::compress(
178177
StringRef(reinterpret_cast<const char *>(OriginalData.data()),

0 commit comments

Comments
 (0)