Skip to content

Commit 08162b2

Browse files
rossigeeedsiper
authored andcommitted
ne_utils: wrap function prototype to match line-length target
Signed-off-by: Ross Golder <ross@golder.org>
1 parent 483b768 commit 08162b2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

plugins/in_node_exporter_metrics/ne_utils.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ int ne_utils_file_read_sds(struct flb_ne *ctx,
4141
const char *join_b,
4242
flb_sds_t *str);
4343

44-
int ne_utils_file_read_lines(struct flb_ne *ctx, const char *mount, const char *path, struct mk_list *list);
44+
int ne_utils_file_read_lines(struct flb_ne *ctx,
45+
const char *mount,
46+
const char *path,
47+
struct mk_list *list);
4548
int ne_utils_path_scan(struct flb_ne *ctx, const char *mount, const char *path,
4649
int expected, struct mk_list *list);
4750
#endif

0 commit comments

Comments
 (0)