diff options
author | Joey Gouly <joey.gouly@gmail.com> | 2013-12-23 23:29:50 +0000 |
---|---|---|
committer | Joey Gouly <joey.gouly@gmail.com> | 2013-12-23 23:29:50 +0000 |
commit | b275d7f8f350b089d464ac78936ecd51bf590f2c (patch) | |
tree | 7d2a129c1414acefc013ec27b88e5819b297e04b | |
parent | 9c517c0dd961578c8ce8e422c3629750de2e921e (diff) | |
download | bcm5719-llvm-b275d7f8f350b089d464ac78936ecd51bf590f2c.tar.gz bcm5719-llvm-b275d7f8f350b089d464ac78936ecd51bf590f2c.zip |
Fix indentation in the MachO writer.
llvm-svn: 197925
-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; |