Skip to content

Commit c9b1efd

Browse files
authored
Merge pull request systemd#21990 from keszybz/indentation-and-comments
Indentation and comments
2 parents 5f74fcd + acee2a2 commit c9b1efd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+88
-143
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This configuration file can be used to auto-format the code base.
22
# Not all guidelines specified in CODING_STYLE are followed, so the
33
# result MUST NOT be committed indiscriminately, but each automated
4-
# change should be reviewed and only the appropriate ones commited.
4+
# change should be reviewed and only the appropriate ones committed.
55
#
66
# The easiest way to apply the formatting to your changes ONLY,
77
# is to use the git-clang-format script (usually installed with clang-format).

.github/workflows/run_mkosi.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ for ((i = 0; i < 5; i++)); do
1313
EC=0
1414
(sudo python3 -m mkosi "$@") |& tee "$TEMPFILE" || EC=$?
1515
if [[ $EC -eq 0 ]]; then
16-
# The command passed - let's return immediatelly
16+
# The command passed let's return immediately
1717
break
1818
fi
1919

@@ -23,7 +23,7 @@ for ((i = 0; i < 5; i++)); do
2323
exit $EC
2424
fi
2525

26-
# The command failed due to the dissect-related timeout - let's try again
26+
# The command failed due to the dissect-related timeout let's try again
2727
sleep 1
2828
done
2929

docs/CODE_QUALITY.md

Lines changed: 4 additions & 4 deletions

docs/CONTAINER_INTERFACE.md

Lines changed: 11 additions & 11 deletions

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

docs/JOURNAL_NATIVE_PROTOCOL.md

Lines changed: 1 addition & 1 deletion

docs/RELEASE.md

Lines changed: 1 addition & 1 deletion

docs/UIDS-GIDS.md

Lines changed: 1 addition & 1 deletion

po/be.po

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
# Zmicer Turok <nashtlumach@gmail.com>, 2020, 2021.
88
msgid ""
99
msgstr ""
10-
"Project-Id-Version: systemd master\n"
1110
"Report-Msgid-Bugs-To: \n"
1211
"POT-Creation-Date: 2021-01-08 17:48+0100\n"
1312
"PO-Revision-Date: 2021-01-10 18:36+0000\n"

po/be@latin.po

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# Viktar Vaŭčkievič <victorenator@gmail.com>, 2015, 2016.
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: systemd master\n"
109
"Report-Msgid-Bugs-To: \n"
1110
"POT-Creation-Date: 2021-01-08 17:48+0100\n"
1211
"PO-Revision-Date: 2016-06-09 19:50+0300\n"

0 commit comments

Comments
 (0)