diff options
author | Amaury Sechet <deadalnix@gmail.com> | 2016-02-14 08:58:49 +0000 |
---|---|---|
committer | Amaury Sechet <deadalnix@gmail.com> | 2016-02-14 08:58:49 +0000 |
commit | 83550104d8a8d2110c089235bd7f85adbbf65695 (patch) | |
tree | ccdd413c7e4851761352684c06fe25209b4f869e /llvm/include/llvm-c | |
parent | 8513ab60805e5535e9d6a2457c041df090565b15 (diff) | |
download | bcm5719-llvm-83550104d8a8d2110c089235bd7f85adbbf65695.tar.gz bcm5719-llvm-83550104d8a8d2110c089235bd7f85adbbf65695.zip |
Fix star alignment in Core.h
llvm-svn: 260845
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r-- | llvm/include/llvm-c/Core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index fab975f3742..c2445748c2f 100644 --- a/llvm/include/llvm-c/Core.h +++ b/llvm/include/llvm-c/Core.h @@ -1727,8 +1727,8 @@ unsigned LLVMGetAlignment(LLVMValueRef V); void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes); /** - * @} - */ + * @} + */ /** * @defgroup LLVMCoreValueConstantGlobalVariable Global Variables |