summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR
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
commit62c03207d5da905c9bac1db008835e10acf88074 (patch)
tree00b6597f33ea6327ce8e3a6771159d84f8ca1742 /llvm/lib/IR
parent507a5f8cb3543f989c3dea3706ac44c1503e1698 (diff)
downloadbcm5719-llvm-62c03207d5da905c9bac1db008835e10acf88074.tar.gz
bcm5719-llvm-62c03207d5da905c9bac1db008835e10acf88074.zip
C API: Fix coding style
llvm-svn: 179785
Diffstat (limited to 'llvm/lib/IR')
-rw-r--r--llvm/lib/IR/Core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/Core.cpp b/llvm/lib/IR/Core.cpp
index 53244e7cd41..a47976f29cc 100644
--- a/llvm/lib/IR/Core.cpp
+++ b/llvm/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();
}
OpenPOWER on IntegriCloud