summaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode/BitstreamWriter.h
diff options
context:
space:
mode:
authorJoe Abbey <jabbey@arxan.com>2013-04-01 02:28:07 +0000
committerJoe Abbey <jabbey@arxan.com>2013-04-01 02:28:07 +0000
commitef7964c1b78f57e277e74bda4f38e1143d1363fe (patch)
tree58155ddf31d81d55d2ee08a3748086b1b71624ea /include/llvm/Bitcode/BitstreamWriter.h
parent2691fe98a74bff1ff12e23ff67fc23a9f5fae485 (diff)
downloadllvm-ef7964c1b78f57e277e74bda4f38e1143d1363fe.tar.gz
llvm-ef7964c1b78f57e277e74bda4f38e1143d1363fe.tar.bz2
llvm-ef7964c1b78f57e277e74bda4f38e1143d1363fe.tar.xz
Whitespace cleanup
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178454 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Bitcode/BitstreamWriter.h')
-rw-r--r--include/llvm/Bitcode/BitstreamWriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Bitcode/BitstreamWriter.h b/include/llvm/Bitcode/BitstreamWriter.h
index 7b68f8761a..a837211875 100644
--- a/include/llvm/Bitcode/BitstreamWriter.h
+++ b/include/llvm/Bitcode/BitstreamWriter.h
@@ -458,7 +458,7 @@ public:
template<typename uintty>
void EmitRecordWithArray(unsigned Abbrev, SmallVectorImpl<uintty> &Vals,
const char *ArrayData, unsigned ArrayLen) {
- return EmitRecordWithAbbrevImpl(Abbrev, Vals, StringRef(ArrayData,
+ return EmitRecordWithAbbrevImpl(Abbrev, Vals, StringRef(ArrayData,
ArrayLen));
}