mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-16 05:54:34 +03:00
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:
@ -14,7 +14,7 @@ typedef struct {
|
||||
|
||||
typedef struct {
|
||||
DynamicMeter super;
|
||||
PCPDynamicMetric *metrics;
|
||||
PCPDynamicMetric* metrics;
|
||||
unsigned int totalMetrics;
|
||||
} PCPDynamicMeter;
|
||||
|
||||
|
Reference in New Issue
Block a user