Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / libpspp / str.h
index e70a645428e6928fdf1bb98c140e912db96f2f07..259fd21b45814a4648e16828e9203fb90aaf55c5 100644 (file)
@@ -60,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;