summaryrefslogtreecommitdiffstats
path: root/dragonflybsd/Platform.c
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/Platform.c
parentdea19b644f463c8409569957d008fb9d86b487e9 (diff)
Drop tabs in source indentions
Diffstat (limited to 'dragonflybsd/Platform.c')
-rw-r--r--dragonflybsd/Platform.c4
1 files changed, 2 insertions, 2 deletions
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