summaryrefslogtreecommitdiffstats
path: root/darwin
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-10-31 20:39:01 +0100
committerBenny Baumann <BenBE@geshi.org>2020-11-02 22:14:26 +0100
commit0a51eae11fdd741c295d7b0390c6d9dbf04468d8 (patch)
tree0857af69d544bab1995fb0209191e79559a7df25 /darwin
parent1877325329b282ce59d8d6733b3728913cb2c6b2 (diff)
Spacing after keywords (while)
Diffstat (limited to 'darwin')
-rw-r--r--darwin/Platform.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/darwin/Platform.c b/darwin/Platform.c
index b1f9283d..17be92b2 100644
--- a/darwin/Platform.c
+++ b/darwin/Platform.c
@@ -286,7 +286,7 @@ char* Platform_getProcessEnv(pid_t pid) {
p = strchr(p, 0)+1;
// skip padding
- while(!*p && p < endp)
+ while (!*p && p < endp)
++p;
// skip argv
@@ -294,7 +294,7 @@ char* Platform_getProcessEnv(pid_t pid) {
;
// skip padding
- while(!*p && p < endp)
+ while (!*p && p < endp)
++p;
size_t size = endp - p;

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