Remove trailing whitespace

This commit is contained in:
Michael Vetter
2014-08-26 14:48:59 +02:00
parent d4e81f9ec8
commit fcf5ad1bd6
10 changed files with 37 additions and 37 deletions

View File

@@ -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