From 4db4990858cda3e6e079158bfe6d655b86053ca3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Edgar=20Fu=C3=9F?= Date: Thu, 9 Jul 2020 13:04:01 +0200 Subject: [PATCH] clang-format Apply clang-format. --- src/nfs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/nfs.c b/src/nfs.c index f19bc3e7d..ffb1f8694 100644 --- a/src/nfs.c +++ b/src/nfs.c @@ -338,7 +338,7 @@ static int nfs_config(const char *key, const char *value) { #if KERNEL_LINUX || KERNEL_NETBSD static int nfs_init(void) { return 0; } - /* #endif KERNEL_LINUX */ +/* #endif KERNEL_LINUX */ #elif HAVE_LIBKSTAT static int nfs_init(void) { @@ -610,7 +610,7 @@ static int nfs_read(void) { return 0; } - /* #endif KERNEL_LINUX */ +/* #endif KERNEL_LINUX */ #elif KERNEL_NETBSD static int nfs_read(void) { @@ -648,7 +648,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