trivial: Add the missing unversioned clang-format-diff

This commit is contained in:
Richard Hughes 2021-07-24 16:38:04 +01:00
parent 2a78d6d520
commit a75266e701

View File

@ -18,6 +18,7 @@ CLANG_FORMATTERS = [
CLANG_DIFF_FORMATTERS = [
"clang-format-diff-11",
"clang-format-diff-13",
"clang-format-diff",
]
FIXUPS = {"g_autoptr (": "g_autoptr(", "sizeof (": "sizeof(", "g_auto (": "g_auto("}