Tidy up.
authorJim Grosbach <grosbach@apple.com>
Thu, 23 Jun 2011 22:29:00 +0000 (22:29 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 23 Jun 2011 22:29:00 +0000 (22:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133770 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MachObjectWriter.cpp

index 0d80514645e036564e69f57e6cc854b2abb420d8..073a41e40dcff37309acf3d645f3c21d049fa2bb 100644 (file)
@@ -123,7 +123,7 @@ private:
                             const MCAsmLayout &Layout) const;
 
   uint64_t getFragmentAddress(const MCFragment *Fragment,
-                            const MCAsmLayout &Layout) const {
+                              const MCAsmLayout &Layout) const {
     return getSectionAddress(Fragment->getParent()) +
       Layout.getFragmentOffset(Fragment);
   }