]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Fix blake3.h pattern in .clang-format after 2950646b473e
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 31 May 2024 18:37:12 +0000 (20:37 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 31 May 2024 18:37:12 +0000 (20:37 +0200)
.clang-format
src/ccache/Hash.hpp

index 92da3a9d8ff7e49f986730d0660f49343d3a187c..db62f47a3b65ba8db26eef783186e30e46b55d49 100644 (file)
@@ -31,7 +31,7 @@ IncludeCategories:
   - Regex: '^<ccache/'
     Priority: 2
   # Dependency headers:
-  - Regex: '^<(blake3/blake3\.h|cxxurl/url\.hpp|doctest/.*|fmt/.*|hiredis/.*|httplib\.h|nonstd/.*|tl/expected\.hpp|xx(hash|h_x86dispatch)\.h|zstd\.h)>$'
+  - Regex: '^<(blake3\.h|cxxurl/url\.hpp|doctest/.*|fmt/.*|hiredis/.*|httplib\.h|nonstd/.*|tl/expected\.hpp|xx(hash|h_x86dispatch)\.h|zstd\.h)>$'
     Priority: 3
   # System headers:
   - Regex: '\.h.*>$'
index 87be969cfeaa75e030db29e8f4b6cbf074d7a4f8..fc842f3bc49685d4495df886c0c8c7ea4c0e9a54 100644 (file)
 #include <ccache/util/PathString.hpp>
 #include <ccache/util/conversion.hpp>
 
+#include <blake3.h>
 #include <nonstd/span.hpp>
 #include <tl/expected.hpp>
 
-#include <blake3.h>
-
 #include <array>
 #include <cstdint>
 #include <cstdio>