]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Format correction
authorSteve Gilbert <stevegilbert23@gmail.com>
Wed, 5 Feb 2025 22:49:50 +0000 (17:49 -0500)
committerSteve Gilbert <stevegilbert23@gmail.com>
Wed, 5 Feb 2025 22:49:50 +0000 (17:49 -0500)
src/smart.c

index a1a0ed12cc3675b60c293997e25486d1b048ba94..ac2b111cfb3df78889f2558c1f697e668aef07ac 100644 (file)
@@ -151,7 +151,8 @@ static int create_ignorelist_by_serial(ignorelist_t *il) {
         name++;
 
       if (ignorelist_match(ignorelist, name) == 0) {
-        // Allow ignored devices with no serial to carry over to serial ignore list
+        // Allow ignored devices with no serial to carry over to serial ignore
+        // list
         if (!serial)
           serial = name;
         ignorelist_add(ignorelist_by_serial, serial);