about summary refs log tree commit diff
path: root/examples/defork/forking_target.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/defork/forking_target.c')
-rw-r--r--examples/defork/forking_target.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/defork/forking_target.c b/examples/defork/forking_target.c
index ff1d6e37..98f6365a 100644
--- a/examples/defork/forking_target.c
+++ b/examples/defork/forking_target.c
@@ -37,10 +37,12 @@ int main(int argc, char **argv) {
 
   } else {
 
-    printf("We are in the parent - defork didn't work! :( (pid=%d)\n", (int) pid);
+    printf("We are in the parent - defork didn't work! :( (pid=%d)\n",
+           (int)pid);
 
   }
 
   return 0;
 
 }
+