From a1d1faf8dddb2a727c44f399860dca86096ffb6e Mon Sep 17 00:00:00 2001 From: Amaury Sechet Date: Sun, 14 Feb 2016 08:58:49 +0000 Subject: [PATCH] Fix star alignment in Core.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260845 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm-c/Core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h index fab975f3742..c2445748c2f 100644 --- a/include/llvm-c/Core.h +++ b/include/llvm-c/Core.h @@ -1727,8 +1727,8 @@ unsigned LLVMGetAlignment(LLVMValueRef V); void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes); /** - * @} - */ + * @} + */ /** * @defgroup LLVMCoreValueConstantGlobalVariable Global Variables -- 2.11.0