diff options
-rw-r--r-- | lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp b/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp index 9c609d675df..beecd331594 100644 --- a/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp +++ b/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp @@ -54,9 +54,9 @@ namespace normalized { /// 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; |