Code

common.c: fields_num is unsigned
[collectd.git] / src / uuid.c
index 2df6063984c04b09ebc6365a38144f33c61692f8..50882179a5458af16008e0f61bf7b2764b2df793 100644 (file)
@@ -100,7 +100,7 @@ uuid_get_from_dmidecode(void)
     if (!dmidecode) {
         return NULL;
     }
-    
+
     uuid = uuid_parse_dmidecode(dmidecode);
 
     pclose(dmidecode);