summaryrefslogtreecommitdiff
path: root/lib/IR/Core.cpp
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-04-18 19:50:53 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-04-18 19:50:53 +0000
commit4bfeee1302eaeb6cf8f4248e3bb4fdf31a11dce1 (patch)
tree0dcceeaa197c87b5ca982f800f3695bd9c2e6fc7 /lib/IR/Core.cpp
parent77e95d04c430bc849aa1898cbd820517ec0f7465 (diff)
downloadllvm-4bfeee1302eaeb6cf8f4248e3bb4fdf31a11dce1.tar.gz
llvm-4bfeee1302eaeb6cf8f4248e3bb4fdf31a11dce1.tar.bz2
llvm-4bfeee1302eaeb6cf8f4248e3bb4fdf31a11dce1.tar.xz
C API: Fix coding style
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179785 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/IR/Core.cpp')
-rw-r--r--lib/IR/Core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/IR/Core.cpp b/lib/IR/Core.cpp
index 53244e7cd4..a47976f29c 100644
--- a/lib/IR/Core.cpp
+++ b/lib/IR/Core.cpp
@@ -2456,7 +2456,7 @@ LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRangeCopy(
StringRef(BufferName)));
}
-const char* LLVMGetBufferStart(LLVMMemoryBufferRef MemBuf) {
+const char *LLVMGetBufferStart(LLVMMemoryBufferRef MemBuf) {
return unwrap(MemBuf)->getBufferStart();
}