]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
CODING_STYLE: fix header level
authorLennart Poettering <lennart@poettering.net>
Thu, 8 Sep 2022 14:12:57 +0000 (16:12 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 8 Sep 2022 14:13:07 +0000 (16:13 +0200)
docs/CODING_STYLE.md

index 62c1851428868a8241d55d4f653811ecf0e4cf57..eec124068826002d83d91869c79a5d9fe26ecf78 100644 (file)
@@ -703,7 +703,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
 - Do not use "Signed-Off-By:" in your commit messages. That's a kernel thing we
   don't do in the systemd project.
 
-# Commenting
+## Commenting
 
 - The best place for code comments and explanations is in the code itself. Only
   the second best is in git commit messages. The worst place is in the GitHub