summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-12-06 00:11:13 +0000
committerJim Grosbach <grosbach@apple.com>2011-12-06 00:11:13 +0000
commitfdedd486243724139b1403a939f46b7de1138d93 (patch)
tree93c9698e7409171099b131ef1706e15b33ed16e4 /include
parentf77d5b14af6b92403b93f7ed249f9023e99028cc (diff)
downloadllvm-fdedd486243724139b1403a939f46b7de1138d93.tar.gz
llvm-fdedd486243724139b1403a939f46b7de1138d93.tar.bz2
llvm-fdedd486243724139b1403a939f46b7de1138d93.tar.xz
Tidy up. 80 columns.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145875 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/MC/MCAssembler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/MC/MCAssembler.h b/include/llvm/MC/MCAssembler.h
index bd2baa4c1c..7d840923c8 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.