From 7f21dd50bc0a53296e695df7a87b52cb80873865 Mon Sep 17 00:00:00 2001 From: Amaury Sechet Date: Tue, 26 Jul 2016 04:20:30 +0000 Subject: [PATCH] Propery format doccomment in lto.h . NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276725 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm-c/lto.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/llvm-c/lto.h b/include/llvm-c/lto.h index b1f5a45d665..ffdf5561dcf 100644 --- a/include/llvm-c/lto.h +++ b/include/llvm-c/lto.h @@ -145,10 +145,10 @@ extern lto_bool_t lto_module_has_objc_category(const void *mem, size_t length); /** -* Checks if a buffer is a loadable object file. -* -* \since prior to LTO_API_VERSION=3 -*/ + * Checks if a buffer is a loadable object file. + * + * \since prior to LTO_API_VERSION=3 + */ extern lto_bool_t lto_module_is_object_file_in_memory(const void *mem, size_t length); -- 2.11.0