Fix line endings. NFC.

llvm-svn: 320502
diff --git a/lld/ELF/OutputSections.h b/lld/ELF/OutputSections.h
index 8ac9146..b284577 100644
--- a/lld/ELF/OutputSections.h
+++ b/lld/ELF/OutputSections.h
@@ -111,12 +111,12 @@
 
 private:
   // Used for implementation of --compress-debug-sections option.
-  std::vector<uint8_t> ZDebugHeader;

-  llvm::SmallVector<char, 1> CompressedData;

-

-  uint32_t getFiller();

-};

-

+  std::vector<uint8_t> ZDebugHeader;
+  llvm::SmallVector<char, 1> CompressedData;
+
+  uint32_t getFiller();
+};
+
 int getPriority(StringRef S);
 
 // All output sections that are handled by the linker specially are