summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorszb512 <47613831+szb512@users.noreply.github.com>2020-07-13 11:58:09 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-07-13 18:08:09 +0200
commit60b45a80c1f98bad000bd902d97ecf6c4e3fc315 (patch)
treec697c1d89a2a7980800a7896d428b76c5618984a /.clang-format
parent5b72b347082718f9f3dac6adea87585566c5450c (diff)
downloadsystemd-60b45a80c1f98bad000bd902d97ecf6c4e3fc315.tar.gz
Update .clang-format
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index d3ff1260db..ab1954935c 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,7 +1,7 @@
# This configuration file can be used to auto-format the code base.
# Not all guidelines specified in CODING_STYLE are followed, so the
# result MUST NOT be committed indiscriminately, but each automated
-# change should be reviewed and only the appropriate ones can be commited.
+# change should be reviewed and only the appropriate ones commited.
#
# The easiest way to apply the formatting to your changes ONLY,
# is to use the git-clang-format script (usually installed with clang-format).