mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Pointer indication aligned to typename
This commit is contained in:
@ -374,8 +374,8 @@ char* Platform_getProcessEnv(pid_t pid) {
|
||||
*/
|
||||
char* Platform_getInodeFilename(pid_t pid, ino_t inode) {
|
||||
struct stat sb;
|
||||
const struct dirent *de;
|
||||
DIR *dirp;
|
||||
const struct dirent* de;
|
||||
DIR* dirp;
|
||||
ssize_t len;
|
||||
int fd;
|
||||
|
||||
|
Reference in New Issue
Block a user