svn commit: r262029 - head/sys/net

Gleb Smirnoff glebius at FreeBSD.org
Mon Feb 17 12:02:45 UTC 2014


Author: glebius
Date: Mon Feb 17 12:02:44 2014
New Revision: 262029
URL: http://svnweb.freebsd.org/changeset/base/262029

Log:
  Whitespace.

Modified:
  head/sys/net/flowtable.c

Modified: head/sys/net/flowtable.c
==============================================================================
--- head/sys/net/flowtable.c	Mon Feb 17 12:01:50 2014	(r262028)
+++ head/sys/net/flowtable.c	Mon Feb 17 12:02:44 2014	(r262029)
@@ -412,7 +412,7 @@ static bitstr_t *
 flowtable_mask(struct flowtable *ft)
 {
 
-	/* 
+	/*
 	 * flowtable_free_stale() calls w/o critical section, but
 	 * with sched_bind(). Since pointer is stable throughout
 	 * ft lifetime, it is safe, otherwise...
@@ -496,10 +496,10 @@ flowtable_insert(struct flowtable *ft, u
     int keylen, uint32_t fibnum0)
 {
 #ifdef INET6
-        struct route_in6 sro6;
+	struct route_in6 sro6;
 #endif
 #ifdef INET
-        struct route sro;
+	struct route sro;
 #endif
 	struct route *ro = NULL;
 	struct rtentry *rt;
@@ -735,7 +735,7 @@ flowtable_lookup_common(struct flowtable
 /*
  * used by the bit_alloc macro
  */
-#define calloc(count, size) malloc((count)*(size), M_FTABLE, M_WAITOK | M_ZERO) 
+#define calloc(count, size) malloc((count)*(size), M_FTABLE, M_WAITOK | M_ZERO)
 static void
 flowtable_alloc(struct flowtable *ft)
 {


More information about the svn-src-head mailing list