about summary refs log tree commit diff
path: root/src/libbacktrace/hashtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libbacktrace/hashtab.h')
-rw-r--r--src/libbacktrace/hashtab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libbacktrace/hashtab.h b/src/libbacktrace/hashtab.h
index 4bb65d6c7a2..3736622e677 100644
--- a/src/libbacktrace/hashtab.h
+++ b/src/libbacktrace/hashtab.h
@@ -1,4 +1,4 @@
-/* An expandable hash tables datatype.  
+/* An expandable hash tables datatype.
    Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005, 2009, 2010
    Free Software Foundation, Inc.
    Contributed by Vladimir Makarov (vmakarov@cygnus.com).
@@ -61,7 +61,7 @@ typedef int (*htab_eq) (const void *, const void *);
 /* Cleanup function called whenever a live element is removed from
    the hash table.  */
 typedef void (*htab_del) (void *);
-  
+
 /* Function called by htab_traverse for each live element.  The first
    arg is the slot of the element (which can be passed to htab_clear_slot
    if desired), the second arg is the auxiliary pointer handed to