Tidy up. 80 columns.
authorJim Grosbach <grosbach@apple.com>
Tue, 6 Dec 2011 00:11:13 +0000 (00:11 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 6 Dec 2011 00:11:13 +0000 (00:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145875 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCAssembler.h

index bd2baa4c1cb1d0d2d30992eac3ae2cae81e2523a..7d840923c8da0e70bafb9edf0e25b5cc6f036493 100644 (file)
@@ -747,7 +747,8 @@ private:
 public:
   /// Compute the effective fragment size assuming it is laid out at the given
   /// \arg SectionAddress and \arg FragmentOffset.
-  uint64_t computeFragmentSize(const MCAsmLayout &Layout, const MCFragment &F) const;
+  uint64_t computeFragmentSize(const MCAsmLayout &Layout,
+                               const MCFragment &F) const;
 
   /// Find the symbol which defines the atom containing the given symbol, or
   /// null if there is no such symbol.