summaryrefslogtreecommitdiffstats
path: root/dragonflybsd
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-10-20 13:14:32 +0200
committercgzones <cgzones@googlemail.com>2020-10-20 21:43:36 +0200
commitf8208f21730b21f284d9608a5b39f8ac1d15199b (patch)
tree534bfe8cdbe5763683b0e539ba1c4ab013845418 /dragonflybsd
parentdea19b644f463c8409569957d008fb9d86b487e9 (diff)
Drop tabs in source indentions
Diffstat (limited to 'dragonflybsd')
-rw-r--r--dragonflybsd/DragonFlyBSDProcessList.h2
-rw-r--r--dragonflybsd/Platform.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/dragonflybsd/DragonFlyBSDProcessList.h b/dragonflybsd/DragonFlyBSDProcessList.h
index 47531297..0d0a128f 100644
--- a/dragonflybsd/DragonFlyBSDProcessList.h
+++ b/dragonflybsd/DragonFlyBSDProcessList.h
@@ -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_ {
diff --git a/dragonflybsd/Platform.c b/dragonflybsd/Platform.c
index eb172513..ce558899 100644
--- a/dragonflybsd/Platform.c
+++ b/dragonflybsd/Platform.c
@@ -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;
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy