]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
./contrib/format.sh src/load.c
authorFlorian Forster <octo@collectd.org>
Thu, 14 Dec 2023 20:56:32 +0000 (21:56 +0100)
committerFlorian Forster <octo@collectd.org>
Fri, 15 Dec 2023 19:30:53 +0000 (20:30 +0100)
src/load.c

index 282757ae8d0420a75a901b78d59a13ff65372f4c..c03e51ad980837025fee6a50b2904200f0bffba5 100644 (file)
@@ -118,7 +118,7 @@ static int load_read(void) {
   else {
     WARNING("load: getloadavg failed: %s", STRERRNO);
   }
-    /* #endif HAVE_GETLOADAVG */
+  /* #endif HAVE_GETLOADAVG */
 
 #elif defined(KERNEL_LINUX)
   char buffer[64] = {0};