mirror of
https://github.com/xzeldon/htop.git
synced 2025-02-17 00:13:24 +03:00
LinuxProcessList: add underscore suffix for raw struct name
Fit the general coding style
This commit is contained in:
parent
5f528b7455
commit
876194492f
@ -437,7 +437,7 @@ static void LinuxProcessList_readIoFile(LinuxProcess* process, openat_arg_t proc
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
typedef struct LibraryData {
|
typedef struct LibraryData_ {
|
||||||
uint64_t size;
|
uint64_t size;
|
||||||
bool exec;
|
bool exec;
|
||||||
} LibraryData;
|
} LibraryData;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user