Whitespace changes only.
[pspp] / src / data / sys-file-writer.c
index eb9f8e93b611a54aab26980d0f8070c91a0f9b87..7a0fb5a691280ca3e4c542c1dbc3a9ebc09e92c3 100644 (file)
@@ -411,7 +411,7 @@ write_header (struct sfm_writer *w, const struct dictionary *d)
   if (time (&t) == (time_t) -1)
     {
       creation_date = xstrdup ("01 Jan 70");
-      creation_time = xstrdup ( "00:00:00");
+      creation_time = xstrdup ("00:00:00");
     }
   else
     {