Author: tuexen
Date: Tue May 17 15:46:28 2011
New Revision: 222028
URL: http://svn.freebsd.org/changeset/base/222028

Log:
  Fix whitespacing.
  Reported by scf@
  
  MFC after: 1 week.

Modified:
  head/sys/netinet/sctp_output.c

Modified: head/sys/netinet/sctp_output.c
==============================================================================
--- head/sys/netinet/sctp_output.c      Tue May 17 15:03:39 2011        
(r222027)
+++ head/sys/netinet/sctp_output.c      Tue May 17 15:46:28 2011        
(r222028)
@@ -2210,26 +2210,26 @@ sctp_is_ifa_addr_preferred(struct sctp_i
         * means it is the same scope or higher scope then the destination.
         * L = loopback, P = private, G = global
         * -----------------------------------------
-         *    src    |  dest | result
-         *  ----------------------------------------
-         *     L     |    L  |    yes
-         *  -----------------------------------------
-         *     P     |    L  |    yes-v4 no-v6
-         *  -----------------------------------------
-         *     G     |    L  |    yes-v4 no-v6
-         *  -----------------------------------------
-         *     L     |    P  |    no
-         *  -----------------------------------------
-         *     P     |    P  |    yes
-         *  -----------------------------------------
-         *     G     |    P  |    no
-         *   -----------------------------------------
-         *     L     |    G  |    no
-         *   -----------------------------------------
-         *     P     |    G  |    no
-         *    -----------------------------------------
-         *     G     |    G  |    yes
-         *    -----------------------------------------
+        *    src    |  dest | result
+        *  ----------------------------------------
+        *     L     |    L  |    yes
+        *  -----------------------------------------
+        *     P     |    L  |    yes-v4 no-v6
+        *  -----------------------------------------
+        *     G     |    L  |    yes-v4 no-v6
+        *  -----------------------------------------
+        *     L     |    P  |    no
+        *  -----------------------------------------
+        *     P     |    P  |    yes
+        *  -----------------------------------------
+        *     G     |    P  |    no
+        *   -----------------------------------------
+        *     L     |    G  |    no
+        *   -----------------------------------------
+        *     P     |    G  |    no
+        *    -----------------------------------------
+        *     G     |    G  |    yes
+        *    -----------------------------------------
         */
 
        if (ifa->address.sa.sa_family != fam) {
@@ -2310,14 +2310,14 @@ sctp_is_ifa_addr_acceptable(struct sctp_
         *
         * L = loopback, P = private, G = global
         * -----------------------------------------
-         *  src    |  dest | result
+        *  src    |  dest | result
         * -----------------------------------------
         *   L     |   L   |    yes
         *  -----------------------------------------
         *   P     |   L   |    yes-v4 no-v6
         *  -----------------------------------------
         *   G     |   L   |    yes
-         * -----------------------------------------
+        * -----------------------------------------
         *   L     |   P   |    no
         * -----------------------------------------
         *   P     |   P   |    yes
@@ -2325,7 +2325,7 @@ sctp_is_ifa_addr_acceptable(struct sctp_
         *   G     |   P   |    yes - May not work
         * -----------------------------------------
         *   L     |   G   |    no
-         * -----------------------------------------
+        * -----------------------------------------
         *   P     |   G   |    yes - May not work
         * -----------------------------------------
         *   G     |   G   |    yes
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to