Skip to content

Commit

Permalink
Auto-Merge pull request collectd#4252 from octo/6/df
Browse files Browse the repository at this point in the history
Automatically merged due to "Automerge" label
  • Loading branch information
collectd-bot authored Jan 24, 2024
2 parents 2171581 + bfd25a4 commit 18b7775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/df.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ static int df_read(void) {
&fam_inode_utilization,
};

for (size_t i = 0; STATIC_ARRAY_SIZE(families); i++) {
for (size_t i = 0; i < STATIC_ARRAY_SIZE(families); i++) {
if (families[i]->metric.num == 0) {
continue;
}
Expand Down

0 comments on commit 18b7775

Please sign in to comment.