From 2fe5541cb2afa01cd7f73ca4764da42c71c766ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 5 Oct 2021 17:10:08 +0200 Subject: [PATCH] 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. --- bin/named/include/named/.clang-format | 1 + 1 file changed, 1 insertion(+) create mode 120000 bin/named/include/named/.clang-format diff --git a/bin/named/include/named/.clang-format b/bin/named/include/named/.clang-format new file mode 120000 index 0000000000..e919bbad93 --- /dev/null +++ b/bin/named/include/named/.clang-format @@ -0,0 +1 @@ +../../../../.clang-format.headers \ No newline at end of file