Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / libpspp / sparse-array.h
index f2e91a603c7f3eb695ea52c39f3a460c6c29b54b..09c714811cd3bb515ff58e4d144714611cb3ea34 100644 (file)
@@ -20,7 +20,7 @@
 
    Implements a dictionary that associates a "unsigned long int"
    key with fixed-size values (elements).
 
    Implements a dictionary that associates a "unsigned long int"
    key with fixed-size values (elements).
-   
+
    The implementation allocates elements in groups of moderate
    size, so it achieves maximum space efficiency when elements
    are clustered into groups of consecutive keys.  For the same
    The implementation allocates elements in groups of moderate
    size, so it achieves maximum space efficiency when elements
    are clustered into groups of consecutive keys.  For the same