mirror of https://github.com/xzeldon/htop.git
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;
|
||||
bool exec;
|
||||
} LibraryData;
|
||||
|
|
Loading…
Reference in New Issue