[NFC][llvm-objcopy] clang-formating Object.cpp
authorPuyan Lotfi <puyan@puyan.org>
Tue, 4 Sep 2018 01:58:32 +0000 (01:58 +0000)
committerPuyan Lotfi <puyan@puyan.org>
Tue, 4 Sep 2018 01:58:32 +0000 (01:58 +0000)
llvm-svn: 341344

llvm/tools/llvm-objcopy/Object.cpp

index e7ffb1e..3893c0e 100644 (file)
@@ -171,8 +171,7 @@ void ELFSectionWriter<ELFT>::visit(const CompressedSection &Sec) {
 CompressedSection::CompressedSection(const SectionBase &Sec,
                                      DebugCompressionType CompressionType)
     : SectionBase(Sec), CompressionType(CompressionType),
-      DecompressedSize(Sec.OriginalData.size()),
-      DecompressedAlign(Sec.Align) {
+      DecompressedSize(Sec.OriginalData.size()), DecompressedAlign(Sec.Align) {
 
   if (Error E = zlib::compress(
           StringRef(reinterpret_cast<const char *>(OriginalData.data()),