]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add missing .clang-format in the named headers directory
authorOndřej Surý <ondrej@sury.org>
Tue, 5 Oct 2021 15:10:08 +0000 (17:10 +0200)
committerOndřej Surý <ondrej@sury.org>
Wed, 13 Oct 2021 10:43:58 +0000 (12:43 +0200)
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 [new symlink]

diff --git a/bin/named/include/named/.clang-format b/bin/named/include/named/.clang-format
new file mode 120000 (symlink)
index 0000000..e919bba
--- /dev/null
@@ -0,0 +1 @@
+../../../../.clang-format.headers
\ No newline at end of file