LinuxProcessList: add underscore suffix for raw struct name

Fit the general coding style
This commit is contained in:
Christian Göttsche 2020-12-05 20:25:54 +01:00
parent 5f528b7455
commit 876194492f
1 changed files with 1 additions and 1 deletions

View File

@ -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;