Module Name:    src
Committed By:   pooka
Date:           Tue Jan 25 12:21:36 UTC 2011

Modified Files:
        src/lib/librumphijack: hijack.c

Log Message:
dramatic whitespace fix


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/librumphijack/hijack.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/librumphijack/hijack.c
diff -u src/lib/librumphijack/hijack.c:1.17 src/lib/librumphijack/hijack.c:1.18
--- src/lib/librumphijack/hijack.c:1.17	Tue Jan 25 12:18:33 2011
+++ src/lib/librumphijack/hijack.c	Tue Jan 25 12:21:36 2011
@@ -1,4 +1,4 @@
-/*      $NetBSD: hijack.c,v 1.17 2011/01/25 12:18:33 pooka Exp $	*/
+/*      $NetBSD: hijack.c,v 1.18 2011/01/25 12:21:36 pooka Exp $	*/
 
 /*-
  * Copyright (c) 2011 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: hijack.c,v 1.17 2011/01/25 12:18:33 pooka Exp $");
+__RCSID("$NetBSD: hijack.c,v 1.18 2011/01/25 12:21:36 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -856,7 +856,7 @@
 	(int, void *, size_t),						\
 	(fd, buf, buflen))
 
-FDCALL(ssize_t, readv, DUALCALL_READV, 				\
+FDCALL(ssize_t, readv, DUALCALL_READV, 					\
 	(int fd, const struct iovec *iov, int iovcnt),			\
 	(int, const struct iovec *, int),				\
 	(fd, iov, iovcnt))

Reply via email to