diff options
Diffstat (limited to 'rts/Trace.c')
-rw-r--r-- | rts/Trace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Trace.c b/rts/Trace.c index e345377eef..d5c4319076 100644 --- a/rts/Trace.c +++ b/rts/Trace.c @@ -458,7 +458,7 @@ void traceOSProcessInfo_(void) { CAPSET_OSPROCESS_DEFAULT, getpid()); -#if !defined (mingw32_HOST_OS) +#if !defined(mingw32_HOST_OS) /* Windows has no strong concept of process hierarchy, so no getppid(). * In any case, this trace event is mainly useful for tracing programs * that use 'forkProcess' which Windows doesn't support anyway. |