From: Ondřej Surý Date: Tue, 5 Oct 2021 15:10:08 +0000 (+0200) Subject: Add missing .clang-format in the named headers directory X-Git-Tag: v9.17.20~52^2~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=2fe5541cb2afa01cd7f73ca4764da42c71c766ec;p=thirdparty%2Fbind9.git Add missing .clang-format in the named headers directory The .clang-format was missing in bin/named/include/named, add the symlink to .clang-format.headers to match the rest of the source tree. --- diff --git a/bin/named/include/named/.clang-format b/bin/named/include/named/.clang-format new file mode 120000 index 00000000000..e919bbad93c --- /dev/null +++ b/bin/named/include/named/.clang-format @@ -0,0 +1 @@ +../../../../.clang-format.headers \ No newline at end of file