Update header files to match whitespace changes in source files

This commit is contained in:
Nathan Scott
2020-08-22 15:45:40 +10:00
parent 6315f10725
commit 5dad65ac2a
7 changed files with 1 additions and 7 deletions

View File

@ -15,7 +15,7 @@ in the source distribution for its full text.
extern int ZfsArcMeter_attributes[];
void ZfsArcMeter_readStats(Meter* this, ZfsArcStats* stats);
extern void ZfsArcMeter_readStats(Meter* this, ZfsArcStats* stats);
extern MeterClass ZfsArcMeter_class;