Source-Changes-HG archive

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

[src/trunk]: src/lib/librumphijack and now with less crazy whitespace



details:   https://anonhg.NetBSD.org/src/rev/a4cbcb902464
branches:  trunk
changeset: 762325:a4cbcb902464
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sat Feb 19 13:09:40 2011 +0000

description:
and now with less crazy whitespace

diffstat:

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

diffs (29 lines):

diff -r 225ac24c676d -r a4cbcb902464 lib/librumphijack/hijack.c
--- a/lib/librumphijack/hijack.c        Sat Feb 19 13:07:53 2011 +0000
+++ b/lib/librumphijack/hijack.c        Sat Feb 19 13:09:40 2011 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: hijack.c,v 1.55 2011/02/19 13:07:53 pooka Exp $       */
+/*      $NetBSD: hijack.c,v 1.56 2011/02/19 13:09:40 pooka Exp $       */
 
 /*-
  * Copyright (c) 2011 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: hijack.c,v 1.55 2011/02/19 13:07:53 pooka Exp $");
+__RCSID("$NetBSD: hijack.c,v 1.56 2011/02/19 13:09:40 pooka Exp $");
 
 #define __ssp_weak_name(fun) _hijack_ ## fun
 
@@ -326,8 +326,8 @@
        { PF_INET, "inet" },
        { PF_LINK, "link" },
 #ifdef PF_OROUTE
-       { PF_OROUTE, "oroute" },                                 
-#endif          
+       { PF_OROUTE, "oroute" },
+#endif
        { PF_ROUTE, "route" },
        { PF_INET6, "inet6" },
 #ifdef PF_MPLS 



Home | Main Index | Thread Index | Old Index