aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC
diff options
context:
space:
mode:
authorJack Carter <jcarter@mips.com>2013-02-12 21:29:39 +0000
committerJack Carter <jcarter@mips.com>2013-02-12 21:29:39 +0000
commitdc08bfbd565ba6540be698bba551b2039661299d (patch)
tree05aa1afeb2b9421a842def3369b02d9308068f3f /include/llvm/MC
parent87d0b9ed1462705dd9bf1cb7f67d0bf03af776c8 (diff)
This patch just fixes up various llvm formatting
violations such as tabs, blanks at eol and long lines. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175007 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC')
-rw-r--r--include/llvm/MC/MCStreamer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCStreamer.h b/include/llvm/MC/MCStreamer.h
index 8d7d542e6c..9bc4a8bbb5 100644
--- a/include/llvm/MC/MCStreamer.h
+++ b/include/llvm/MC/MCStreamer.h
@@ -428,7 +428,7 @@ namespace llvm {
/// EmitULEB128Value - Special case of EmitULEB128Value that avoids the
/// client having to pass in a MCExpr for constant integers.
void EmitULEB128IntValue(uint64_t Value, unsigned Padding = 0,
- unsigned AddrSpace = 0);
+ unsigned AddrSpace = 0);
/// EmitSLEB128Value - Special case of EmitSLEB128Value that avoids the
/// client having to pass in a MCExpr for constant integers.