mirror of https://github.com/xzeldon/htop.git
Update header files to match whitespace changes in source files
This commit is contained in:
parent
6315f10725
commit
5dad65ac2a
1
Action.h
1
Action.h
|
@ -54,5 +54,4 @@ extern Htop_Reaction Action_follow(State* st);
|
|||
|
||||
extern void Action_setBindings(Htop_Action* keys);
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
@ -28,5 +28,4 @@ extern int ColumnsPanel_fieldNameToIndex(const char* name);
|
|||
|
||||
extern void ColumnsPanel_update(Panel* super);
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
@ -29,5 +29,4 @@ extern const char* ListItem_getRef(ListItem* this);
|
|||
|
||||
extern long ListItem_compare(const void* cast1, const void* cast2);
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
@ -39,5 +39,4 @@ typedef int IOPriority;
|
|||
#define IOPriority_Idle IOPriority_tuple(IOPRIO_CLASS_IDLE, 7)
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
@ -17,5 +17,4 @@ extern Panel* IOPriorityPanel_new(IOPriority currPrio);
|
|||
|
||||
extern IOPriority IOPriorityPanel_getIOPriority(Panel* this);
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
@ -189,5 +189,4 @@ extern long LinuxProcess_compare(const void* v1, const void* v2);
|
|||
|
||||
extern bool Process_isThread(Process* this);
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue