From 77576b16922acd52f091676ab8b23d6c8d5f8c54 Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Sat, 16 Apr 2011 11:50:17 +0200
Subject: [PATCH 281/396] setsid.c: whitespace only

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
---
 libc/sysdeps/linux/common/setsid.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libc/sysdeps/linux/common/setsid.c b/libc/sysdeps/linux/common/setsid.c
index 4ca95fc..5da65b9 100644
--- a/libc/sysdeps/linux/common/setsid.c
+++ b/libc/sysdeps/linux/common/setsid.c
@@ -10,6 +10,5 @@
 #include <sys/syscall.h>
 #include <unistd.h>
 
-
 _syscall0(pid_t, setsid)
 libc_hidden_def(setsid)
-- 
1.7.0.4

