Skip to content

Commit

Permalink
in_node_exporter_metrics: style fix for thermal_zone prototype.
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Whelan <[email protected]>
  • Loading branch information
pwhelan committed Aug 31, 2023
1 parent 7cdc2c8 commit b9b719b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/in_node_exporter_metrics/ne_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ int ne_utils_file_read_uint64(const char *mount,
int ne_utils_file_read_sds(const char *mount,
const char *path,
const char *join_a,
const char *join_b,
flb_sds_t *str);
const char *join_b,
flb_sds_t *str);

int ne_utils_file_read_lines(const char *mount, const char *path, struct mk_list *list);
int ne_utils_path_scan(struct flb_ne *ctx, const char *mount, const char *path,
Expand Down

0 comments on commit b9b719b

Please sign in to comment.