Code

processes plugin: fix 3 compiler warnings on OS X
[collectd.git] / src / protocols.c
index 1a39aad3ef93c4eeecfb1b00ba22487869232751..208da8b20f41b9c89e6342c4d7bac71bc81dcfb5 100644 (file)
@@ -25,6 +25,7 @@
  **/
 
 #include "collectd.h"
+
 #include "common.h"
 #include "plugin.h"
 #include "utils_ignorelist.h"
@@ -48,7 +49,7 @@ static int config_keys_num = STATIC_ARRAY_SIZE (config_keys);
 
 static ignorelist_t *values_list = NULL;
 
-/* 
+/*
  * Functions
  */
 static void submit (const char *protocol_name,