[libc-commits] [libc] d942894 - [libc][Obvious] Fix docs warning.
Tue Ly via libc-commits
libc-commits at lists.llvm.org
Mon Jun 26 07:32:56 PDT 2023
Author: Tue Ly
Date: 2023-06-26T14:32:28Z
New Revision: d9428945df50a2a734b676543f51e273261a8f87
URL: https://github.com/llvm/llvm-project/commit/d9428945df50a2a734b676543f51e273261a8f87
DIFF: https://github.com/llvm/llvm-project/commit/d9428945df50a2a734b676543f51e273261a8f87.diff
LOG: [libc][Obvious] Fix docs warning.
Added:
Modified:
libc/docs/dev/code_style.rst
Removed:
################################################################################
diff --git a/libc/docs/dev/code_style.rst b/libc/docs/dev/code_style.rst
index f237fc17220f5..72ce9dc068957 100644
--- a/libc/docs/dev/code_style.rst
+++ b/libc/docs/dev/code_style.rst
@@ -46,7 +46,7 @@ We define two kinds of macros: **code defined** and **build defined** macros.
``LIBC_LIKELY``, ``LIBC_INLINE_ASM``.
Inline functions and variables defined in header files
-========================================
+======================================================
When defining functions and variables inline in header files, we follow certain
rules:
More information about the libc-commits
mailing list