summaryrefslogtreecommitdiff
path: root/linkhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'linkhash.h')
-rw-r--r--linkhash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linkhash.h b/linkhash.h
index 950d09f..280d64b 100644
--- a/linkhash.h
+++ b/linkhash.h
@@ -9,7 +9,7 @@
* it under the terms of the MIT license. See COPYING for details.
*
*/
-
+
#ifndef _linkhash_h_
#define _linkhash_h_
@@ -26,7 +26,7 @@ extern "C" {
/**
* The fraction of filled hash buckets until an insert will cause the table
- * to be resized.
+ * to be resized.
* This can range from just above 0 up to 1.0.
*/
#define LH_LOAD_FACTOR 0.66