1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-22 17:57:49 +03:00

CODING_STYLE: fix header level

This commit is contained in:
Lennart Poettering 2022-09-08 16:12:57 +02:00
parent 3d83c3eacf
commit bbb71e5c98

View 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 - Do not use "Signed-Off-By:" in your commit messages. That's a kernel thing we
don't do in the systemd project. don't do in the systemd project.
# Commenting ## Commenting
- The best place for code comments and explanations is in the code itself. Only - 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 the second best is in git commit messages. The worst place is in the GitHub