summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-12-09 17:37:32 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-12-09 17:37:32 +0000
commit333ad3f2bf2941618f8e1563da022da011e615c0 (patch)
tree910abc14cfb6eca4ee6624eb52c92b2bbf92ab9f /include
parent58fe86dc0ecb7efff01abe2b0024a6a53ebb2c81 (diff)
Fix whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121382 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/MemoryBuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/MemoryBuffer.h b/include/llvm/Support/MemoryBuffer.h
index 6dc49d899fc..e33483cb181 100644
--- a/include/llvm/Support/MemoryBuffer.h
+++ b/include/llvm/Support/MemoryBuffer.h
@@ -72,7 +72,7 @@ public:
static MemoryBuffer *getOpenFile(int FD, const char *Filename,
error_code &ec,
int64_t FileSize = -1);
-
+
/// getMemBuffer - Open the specified memory range as a MemoryBuffer. Note
/// that InputData must be null terminated.
static MemoryBuffer *getMemBuffer(StringRef InputData,