From: szb512 <47613831+szb512@users.noreply.github.com> Date: Mon, 13 Jul 2020 15:58:09 +0000 (-0400) Subject: Update .clang-format X-Git-Tag: v246-rc2~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60b45a80c1f98bad000bd902d97ecf6c4e3fc315;p=thirdparty%2Fsystemd.git Update .clang-format --- diff --git a/.clang-format b/.clang-format index d3ff1260dbd..ab1954935ca 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).