Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / libpspp / hash.h
index c0bc5687ea67ca320d81d0cd0323af5e0e3b1ddd..4693a6d779ab0492f713a730d0f482372ea281f3 100644 (file)
@@ -45,7 +45,7 @@ struct hsh_table *hsh_create (int m, hsh_compare_func *,
                              const void *aux);
 
 struct pool;
-struct hsh_table *hsh_create_pool (struct pool *pool, int m, 
+struct hsh_table *hsh_create_pool (struct pool *pool, int m,
                                   hsh_compare_func *,
                                   hsh_hash_func *, hsh_free_func *,
                                   const void *aux);