From e05c309e27990cc9dc6d183d8941666cc9c4c300 Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Sat, 16 Apr 2011 14:19:10 +0200
Subject: [PATCH 298/396] uname.c,unlink.c: whitespace only

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

diff --git a/libc/sysdeps/linux/common/uname.c b/libc/sysdeps/linux/common/uname.c
index 0feec93..72dd7da 100644
--- a/libc/sysdeps/linux/common/uname.c
+++ b/libc/sysdeps/linux/common/uname.c
@@ -10,6 +10,5 @@
 #include <sys/syscall.h>
 #include <sys/utsname.h>
 
-
 _syscall1(int, uname, struct utsname *, buf)
 libc_hidden_def(uname)
diff --git a/libc/sysdeps/linux/common/unlink.c b/libc/sysdeps/linux/common/unlink.c
index 513cdd5..d4504d4 100644
--- a/libc/sysdeps/linux/common/unlink.c
+++ b/libc/sysdeps/linux/common/unlink.c
@@ -10,6 +10,5 @@
 #include <sys/syscall.h>
 #include <unistd.h>
 
-
 _syscall1(int, unlink, const char *, pathname)
 libc_hidden_def(unlink)
-- 
1.7.0.4

