summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-01-20 04:10:11 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-01-20 04:10:11 +0000
commit773e8d0dd6523be77411494fc80e5c409fd1c20b (patch)
treeaa15ab7d54708e59b0347c3a2ef85fc5d32a5bb4 /include
parent3bbede5a241c1535f495d54598f385432d509d83 (diff)
downloadllvm-773e8d0dd6523be77411494fc80e5c409fd1c20b.tar.gz
llvm-773e8d0dd6523be77411494fc80e5c409fd1c20b.tar.bz2
llvm-773e8d0dd6523be77411494fc80e5c409fd1c20b.tar.xz
MC: whitespace
Remove hard tabs in favour of spaces. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199624 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-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 78bb729eda..419e006803 100644
--- a/include/llvm/MC/MCStreamer.h
+++ b/include/llvm/MC/MCStreamer.h
@@ -96,7 +96,7 @@ public:
virtual void emitAttribute(unsigned Attribute, unsigned Value) = 0;
virtual void emitTextAttribute(unsigned Attribute, StringRef String) = 0;
virtual void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
- StringRef StringValue = "") = 0;
+ StringRef StringValue = "") = 0;
virtual void emitFPU(unsigned FPU) = 0;
virtual void emitArch(unsigned Arch) = 0;
virtual void finishAttributeSection() = 0;