Remove unnecessary include files from PCPDynamicMeter.c

Also resolve a few unintended style guide transgressions
in the PCP platform code.
This commit is contained in:
Nathan Scott
2021-07-09 12:42:36 +10:00
parent 9f667f2c74
commit e7aaf79166
4 changed files with 22 additions and 25 deletions

View File

@ -14,7 +14,7 @@ typedef struct {
typedef struct {
DynamicMeter super;
PCPDynamicMetric *metrics;
PCPDynamicMetric* metrics;
unsigned int totalMetrics;
} PCPDynamicMeter;