1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 01:55:22 +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
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