about summary refs log tree commit diff
path: root/frida_mode/src/seccomp
diff options
context:
space:
mode:
authorYour Name <you@example.com>2022-08-01 08:10:45 +0100
committerYour Name <you@example.com>2022-08-05 20:56:14 +0100
commite9cb939956557b1f10bbab289d965f84702962eb (patch)
treeca37d3ccbea5d3be29cbb43f04aaee04b158d4a8 /frida_mode/src/seccomp
parent7b6743f14ceb426e282900a9d5ee35b1ac820013 (diff)
downloadafl++-e9cb939956557b1f10bbab289d965f84702962eb.tar.gz
Fixes to formatting
Diffstat (limited to 'frida_mode/src/seccomp')
-rw-r--r--frida_mode/src/seccomp/seccomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/src/seccomp/seccomp.c b/frida_mode/src/seccomp/seccomp.c
index 72443831..12b58f4e 100644
--- a/frida_mode/src/seccomp/seccomp.c
+++ b/frida_mode/src/seccomp/seccomp.c
@@ -13,7 +13,7 @@ void seccomp_on_fork(void) {
   FFATAL("Seccomp not supported on OSX");
 #elif defined(__ANDROID__)
   FFATAL("Seccomp not supported on Android");
-#else 
+#else
   seccomp_callback_parent();
 #endif