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

@ -39,5 +39,4 @@ typedef int IOPriority;
#define IOPriority_Idle IOPriority_tuple(IOPRIO_CLASS_IDLE, 7)
#endif

View File

@ -17,5 +17,4 @@ extern Panel* IOPriorityPanel_new(IOPriority currPrio);
extern IOPriority IOPriorityPanel_getIOPriority(Panel* this);
#endif

View File

@ -189,5 +189,4 @@ extern long LinuxProcess_compare(const void* v1, const void* v2);
extern bool Process_isThread(Process* this);
#endif