From: Jérémie Galarneau Date: Tue, 22 Aug 2023 19:22:22 +0000 (-0400) Subject: Docs: CodingStyle.md: remove extraneous underscore in emphasis X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=4f9b5c65e2fcaec88f403557137b524bfbdd0568 Docs: CodingStyle.md: remove extraneous underscore in emphasis Signed-off-by: Jérémie Galarneau Change-Id: I802551140889d23dc0ac6521d95254ea441ffa22 --- 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