From: Jim Grosbach Date: Tue, 6 Dec 2011 00:11:13 +0000 (+0000) Subject: Tidy up. 80 columns. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=fdedd486243724139b1403a939f46b7de1138d93;p=oota-llvm.git Tidy up. 80 columns. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145875 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/MC/MCAssembler.h b/include/llvm/MC/MCAssembler.h index bd2baa4c1cb..7d840923c8d 100644 --- a/include/llvm/MC/MCAssembler.h +++ b/include/llvm/MC/MCAssembler.h @@ -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.