From: Amaury Sechet Date: Sun, 14 Feb 2016 08:58:49 +0000 (+0000) Subject: Fix star alignment in Core.h X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83550104d8a8d2110c089235bd7f85adbbf65695;p=platform%2Fupstream%2Fllvm.git Fix star alignment in Core.h llvm-svn: 260845 --- diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index fab975f..c244574 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