docs/codingstyle: fix clang-format command
authorEric Engestrom <eric@igalia.com>
Thu, 6 Jul 2023 17:19:58 +0000 (18:19 +0100)
committerMarge Bot <emma+marge@anholt.net>
Thu, 6 Jul 2023 18:54:41 +0000 (18:54 +0000)
commitbcc1e3396658ad08f766f7c2c482d0b487c5e275
treeeaffa4d7f53accb47065a3326c5687625183823a
parent209a347a8c3341318981cd5bf64d7792c19542d0
docs/codingstyle: fix clang-format command

I should've copy/pasted it back into my terminal to double-check it.

The `-o` is incorrect (it splits each char that matches into its own
line) and there's a missing `^` to remove lines that start with a hash
even if they contain anything else.

Signed-off-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24028>
docs/codingstyle.rst