From d9e6f480e56f79b2e6eeeb8ea09c2b04d54a349f Mon Sep 17 00:00:00 2001 From: Dagobert Michelsen Date: Tue, 18 Feb 2020 16:56:21 +0100 Subject: [PATCH] Apply clang-format to src/nfs.c --- src/nfs.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/nfs.c b/src/nfs.c index b7c74df91..cbb4d1df9 100644 --- a/src/nfs.c +++ b/src/nfs.c @@ -28,12 +28,17 @@ #include "utils/common/common.h" #if KERNEL_NETBSD +// clang-format off +/* + * Explicit order is required or it will not compile, see GitHub issue #3333 + */ #include #include #include #include #include #include +// clang-format on #endif #if HAVE_KSTAT_H @@ -633,7 +638,7 @@ static int nfs_read(void) { return 0; } -/* #endif KERNEL_NETBSD */ + /* #endif KERNEL_NETBSD */ #elif HAVE_LIBKSTAT static int nfs_read(void) { -- 2.47.2