Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / language / utilities / title.c
index f33c8a99bf24f257da001ac520b04aa477a840f2..0c55ce68e0eaaa96cdb6052c53ec29fdc2a0f5d8 100644 (file)
@@ -102,10 +102,10 @@ cmd_file_label (struct lexer *lexer, struct dataset *ds)
 
 /* Add entry date line to DICT's documents. */
 static void
-add_document_trailer (struct dictionary *dict) 
+add_document_trailer (struct dictionary *dict)
 {
   char buf[64];
-  
+
   sprintf (buf, _("   (Entered %s)"), get_start_date ());
   dict_add_document_line (dict, buf);
 }