Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/librumphijack dramatic whitespace fix



details:   https://anonhg.NetBSD.org/src/rev/32852c9f7d73
branches:  trunk
changeset: 761358:32852c9f7d73
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Jan 25 12:21:36 2011 +0000

description:
dramatic whitespace fix

diffstat:

 lib/librumphijack/hijack.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b07b481244bf -r 32852c9f7d73 lib/librumphijack/hijack.c
--- a/lib/librumphijack/hijack.c        Tue Jan 25 12:21:04 2011 +0000
+++ b/lib/librumphijack/hijack.c        Tue Jan 25 12:21:36 2011 +0000
@@ -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))



Home | Main Index | Thread Index | Old Index