Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / libpspp / str.h
index 5a67fc8b556512df5669dd075626624b4a00827f..259fd21b45814a4648e16828e9203fb90aaf55c5 100644 (file)
@@ -27,7 +27,6 @@
 
 #include "compiler.h"
 #include "memcasecmp.h"
-#include "vsnprintf.h"
 #include "xvasprintf.h"
 \f
 /* Miscellaneous. */
@@ -61,7 +60,7 @@ void *mempset (void *, int, size_t);
 #define CC_ALNUM CC_LETTERS CC_DIGITS
 \f
 /* Substrings. */
-struct substring 
+struct substring
   {
     char *string;
     size_t length;