From 83550104d8a8d2110c089235bd7f85adbbf65695 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 llvm-svn: 260845 --- llvm/include/llvm-c/Core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index fab975f3742f..c2445748c2f0 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