From: Edgar Fuß Date: Thu, 9 Jul 2020 11:04:01 +0000 (+0200) Subject: clang-format X-Git-Tag: collectd-5.12.0~21^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4db4990858cda3e6e079158bfe6d655b86053ca3;p=thirdparty%2Fcollectd.git clang-format Apply clang-format. --- 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) {