summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
diff options
context:
space:
mode:
authorAmaury Sechet <deadalnix@gmail.com>2016-04-04 22:00:25 +0000
committerAmaury Sechet <deadalnix@gmail.com>2016-04-04 22:00:25 +0000
commit56f056c01f69b536b02a3b0dd4866efa618fb504 (patch)
tree38b61bbe174df5e171dec0611f7257a9c2a91280 /llvm/include/llvm-c
parent35c6903f220d4065aa0051df9785a9b2b6f94bf2 (diff)
downloadbcm5719-llvm-56f056c01f69b536b02a3b0dd4866efa618fb504.tar.gz
bcm5719-llvm-56f056c01f69b536b02a3b0dd4866efa618fb504.zip
Style update in Core.h/Core.cpp . NFC
llvm-svn: 265353
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r--llvm/include/llvm-c/Core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h
index 1207f819c77..20c5df3e787 100644
--- a/llvm/include/llvm-c/Core.h
+++ b/llvm/include/llvm-c/Core.h
@@ -430,9 +430,9 @@ char *LLVMGetDiagInfoDescription(LLVMDiagnosticInfoRef DI);
*/
LLVMDiagnosticSeverity LLVMGetDiagInfoSeverity(LLVMDiagnosticInfoRef DI);
-unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char* Name,
+unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char *Name,
unsigned SLen);
-unsigned LLVMGetMDKindID(const char* Name, unsigned SLen);
+unsigned LLVMGetMDKindID(const char *Name, unsigned SLen);
/**
* @}
OpenPOWER on IntegriCloud