[lld] r197925 - Fix indentation in the MachO writer.

Joey Gouly joey.gouly at gmail.com
Mon Dec 23 15:29:50 PST 2013


Author: joey
Date: Mon Dec 23 17:29:50 2013
New Revision: 197925

URL: http://llvm.org/viewvc/llvm-project?rev=197925&view=rev
Log:
Fix indentation in the MachO writer.

Modified:
    lld/trunk/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp

Modified: lld/trunk/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp?rev=197925&r1=197924&r2=197925&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp (original)
+++ lld/trunk/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp Mon Dec 23 17:29:50 2013
@@ -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;
 





More information about the llvm-commits mailing list