Code

Tree wide: Reformat with clang-format.
[collectd.git] / src / utils_format_graphite.h
index 60576dacb913d363947e40f1111d7cd701c33e13..b82da9f832f4967bf4c94c462b57612842770706 100644 (file)
 
 #include "plugin.h"
 
-#define GRAPHITE_STORE_RATES        0x01
+#define GRAPHITE_STORE_RATES 0x01
 #define GRAPHITE_SEPARATE_INSTANCES 0x02
-#define GRAPHITE_ALWAYS_APPEND_DS   0x04
+#define GRAPHITE_ALWAYS_APPEND_DS 0x04
 
-int format_graphite (char *buffer,
-    size_t buffer_size, const data_set_t *ds,
-    const value_list_t *vl, const char *prefix,
-    const char *postfix, const char escape_char,
-    unsigned int flags);
+int format_graphite(char *buffer, size_t buffer_size, const data_set_t *ds,
+                    const value_list_t *vl, const char *prefix,
+                    const char *postfix, const char escape_char,
+                    unsigned int flags);
 
 #endif /* UTILS_FORMAT_GRAPHITE_H */