From 4f9b5c65e2fcaec88f403557137b524bfbdd0568 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 22 Aug 2023 15:22:22 -0400 Subject: [PATCH] Docs: CodingStyle.md: remove extraneous underscore in emphasis MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Change-Id: I802551140889d23dc0ac6521d95254ea441ffa22 --- CodingStyle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodingStyle.md b/CodingStyle.md index 6e66d2d07..f9dc37b42 100644 --- a/CodingStyle.md +++ b/CodingStyle.md @@ -30,7 +30,7 @@ Note that clang-format 14 is required to use the project's `.clang-format` file. Most text editors allow you to format a sub-section of a source file using clang-format to ensure it adheres to the project's style. -If you are submitting a change to existing source files, __do not run clang-format on the whole file_ as this may introduce more changes than you intended and _will_ cause your changes to be rejected. +If you are submitting a change to existing source files, _do not run clang-format on the whole file_ as this may introduce more changes than you intended and _will_ cause your changes to be rejected. ## Tabs VS Spaces -- 2.34.1