about summary refs log tree commit diff
path: root/src/afl-gotcpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/afl-gotcpu.c')
-rw-r--r--src/afl-gotcpu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/afl-gotcpu.c b/src/afl-gotcpu.c
index 6ca129c2..a39659bb 100644
--- a/src/afl-gotcpu.c
+++ b/src/afl-gotcpu.c
@@ -3,7 +3,7 @@
    -----------------------------------
 
    Originally written by Michal Zalewski <lcamtuf@google.com>
-   
+
    Now maintained by by Marc Heuse <mh@mh-sec.de>,
                         Heiko Eißfeldt <heiko.eissfeldt@hexco.de> and
                         Andrea Fioraldi <andreafioraldi@gmail.com>
@@ -54,7 +54,7 @@
 
 #ifdef __linux__
 #define HAVE_AFFINITY 1
-#endif /* __linux__ */
+#endif                                                         /* __linux__ */
 
 /* Get unix time in microseconds. */
 
@@ -255,7 +255,7 @@ int main(int argc, char** argv) {
 
   return (util_perc > 105) + (util_perc > 130);
 
-#endif /* ^HAVE_AFFINITY */
+#endif                                                    /* ^HAVE_AFFINITY */
 
 }