]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/flowhash.h
xnu-4903.270.47.tar.gz
[apple/xnu.git] / bsd / net / flowhash.h
index dc7c3b58fe89f8476783e45b235a3e7d98ffe0f8..8f29c8d6d8824814421bce9ed574c1684bf0112e 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 #ifndef _NET_FLOWHASH_H_
  */
 
 #ifndef _NET_FLOWHASH_H_
-#define        _NET_FLOWHASH_H_
+#define _NET_FLOWHASH_H_
 
 #include <sys/types.h>
 
 
 #include <sys/types.h>
 
@@ -39,7 +39,7 @@ extern "C" {
  * If 32-bit hash value is too large, use this macro to truncate
  * it to n-bit; masking is a faster operation than modulus.
  */
  * If 32-bit hash value is too large, use this macro to truncate
  * it to n-bit; masking is a faster operation than modulus.
  */
-#define        HASHMASK(n)     ((1UL << (n)) - 1)
+#define HASHMASK(n)     ((1UL << (n)) - 1)
 
 /*
  * Returns 32-bit hash value.  Hashes which are capable of returning
 
 /*
  * Returns 32-bit hash value.  Hashes which are capable of returning