summaryrefslogtreecommitdiffstats
path: root/darwin
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-07-14 19:24:18 +0200
committerBenBE <BenBE@geshi.org>2021-07-15 06:57:24 +0200
commit976c6123f41492aaf613b9d172eef1842fb7b0a3 (patch)
treec5d2cc5276cd909348a41214320d305eb955fe57 /darwin
parent68edf924349e10ed6a144d4d6f1d0ddcdfeb6d43 (diff)
Pointer indication aligned to typename
Diffstat (limited to 'darwin')
-rw-r--r--darwin/Platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/darwin/Platform.h b/darwin/Platform.h
index 9b9f9b72..43a868f9 100644
--- a/darwin/Platform.h
+++ b/darwin/Platform.h
@@ -68,7 +68,7 @@ bool Platform_getDiskIO(DiskIOData* data);
bool Platform_getNetworkIO(NetworkIOData* data);
-void Platform_getBattery(double *percent, ACPresence *isOnAC);
+void Platform_getBattery(double* percent, ACPresence* isOnAC);
static inline void Platform_getHostname(char* buffer, size_t size) {
Generic_hostname(buffer, size);

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