[llvm] r260845 - Fix star alignment in Core.h

Amaury Sechet via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 14 00:58:49 PST 2016


Author: deadalnix
Date: Sun Feb 14 02:58:49 2016
New Revision: 260845

URL: http://llvm.org/viewvc/llvm-project?rev=260845&view=rev
Log:
Fix star alignment in Core.h

Modified:
    llvm/trunk/include/llvm-c/Core.h

Modified: llvm/trunk/include/llvm-c/Core.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm-c/Core.h?rev=260845&r1=260844&r2=260845&view=diff
==============================================================================
--- llvm/trunk/include/llvm-c/Core.h (original)
+++ llvm/trunk/include/llvm-c/Core.h Sun Feb 14 02:58:49 2016
@@ -1727,8 +1727,8 @@ unsigned LLVMGetAlignment(LLVMValueRef V
 void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes);
 
 /**
-  * @}
-  */
+ * @}
+ */
 
 /**
  * @defgroup LLVMCoreValueConstantGlobalVariable Global Variables




More information about the llvm-commits mailing list