[lld] r250863 - [lld][MachO] Fix indentation.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 20 14:47:19 PDT 2015


Author: lhames
Date: Tue Oct 20 16:47:19 2015
New Revision: 250863

URL: http://llvm.org/viewvc/llvm-project?rev=250863&view=rev
Log:
[lld][MachO] Fix indentation.

Modified:
    lld/trunk/lib/ReaderWriter/MachO/FlatNamespaceFile.h

Modified: lld/trunk/lib/ReaderWriter/MachO/FlatNamespaceFile.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/MachO/FlatNamespaceFile.h?rev=250863&r1=250862&r2=250863&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/MachO/FlatNamespaceFile.h (original)
+++ lld/trunk/lib/ReaderWriter/MachO/FlatNamespaceFile.h Tue Oct 20 16:47:19 2015
@@ -22,8 +22,8 @@ namespace mach_o {
 //
 class FlatNamespaceFile : public SharedLibraryFile {
 public:
-    FlatNamespaceFile(const MachOLinkingContext &context)
-      : SharedLibraryFile("flat namespace") { }
+  FlatNamespaceFile(const MachOLinkingContext &context)
+    : SharedLibraryFile("flat namespace") { }
 
   const SharedLibraryAtom *exports(StringRef name,
                                    bool dataSymbolOnly) const override {




More information about the llvm-commits mailing list