]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
clang-format 3495/head
authorEdgar Fuß <ef@math.uni-bonn.de>
Thu, 9 Jul 2020 11:04:01 +0000 (13:04 +0200)
committerGitHub <noreply@github.com>
Thu, 9 Jul 2020 11:04:01 +0000 (13:04 +0200)
Apply clang-format.

src/nfs.c

index f19bc3e7d1f81e0d8d51ecc7e5568d220d556f88..ffb1f86945aef12934074e02e95d2d1f502875f9 100644 (file)
--- 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) {