mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Drop tabs in source indentions
This commit is contained in:

committed by
cgzones

parent
dea19b644f
commit
f8208f2173
@ -19,7 +19,7 @@ in the source distribution for its full text.
|
||||
#include "Hashtable.h"
|
||||
#include "DragonFlyBSDProcess.h"
|
||||
|
||||
#define JAIL_ERRMSGLEN 1024
|
||||
#define JAIL_ERRMSGLEN 1024
|
||||
extern char jail_errmsg[JAIL_ERRMSGLEN];
|
||||
|
||||
typedef struct CPUData_ {
|
||||
|
@ -202,12 +202,12 @@ void Platform_setSwapValues(Meter* this) {
|
||||
|
||||
void Platform_setTasksValues(Meter* this) {
|
||||
// TODO
|
||||
(void)this; // prevent unused warning
|
||||
(void)this; // prevent unused warning
|
||||
}
|
||||
|
||||
char* Platform_getProcessEnv(pid_t pid) {
|
||||
// TODO
|
||||
(void)pid; // prevent unused warning
|
||||
(void)pid; // prevent unused warning
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user