From d984dbc675b5d8e66db2372fd3e8ea1bd7e653dc Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Sun, 28 Dec 2003 07:41:24 +0000
Subject: Fix whitespace

---
 libc/inet/getservice.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/libc/inet/getservice.c b/libc/inet/getservice.c
index efa5d214d..ee408dfab 100644
--- a/libc/inet/getservice.c
+++ b/libc/inet/getservice.c
@@ -12,7 +12,7 @@
 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ** Library General Public License for more details.
-** 
+**
 ** You should have received a copy of the GNU Library General Public
 ** License along with the NYS Library; see the file COPYING.LIB.  If
 ** not, write to the Free Software Foundation, Inc., 675 Mass Ave,
@@ -210,8 +210,8 @@ again:
     return 0;
 }
 
-int getservbyname_r(const char *name, const char *proto, 
-	struct servent * result_buf, char * buf, size_t buflen, 
+int getservbyname_r(const char *name, const char *proto,
+	struct servent * result_buf, char * buf, size_t buflen,
 	struct servent ** result)
 {
     register char **cp;
@@ -236,8 +236,8 @@ gotname:
     return *result?0:ret;
 }
 
-int getservbyport_r(int port, const char *proto, 
-	struct servent * result_buf, char * buf, 
+int getservbyport_r(int port, const char *proto,
+	struct servent * result_buf, char * buf,
 	size_t buflen, struct servent ** result)
 {
     int ret;
-- 
cgit v1.2.3