Fix indentation in the MachO writer.
llvm-svn: 197925
diff --git a/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp b/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
index 9c609d6..beecd33 100644
--- a/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
+++ b/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
@@ -54,9 +54,9 @@
/// normalized file.
class MachOFileLayout {
public:
- /// All layout computation is done in the constructor.
- MachOFileLayout(const NormalizedFile &file);
-
+ /// All layout computation is done in the constructor.
+ MachOFileLayout(const NormalizedFile &file);
+
/// Returns the final file size as computed in the constructor.
size_t size() const;