Whitespace changes only.
[pspp] / src / libpspp / ext-array.c
index 9129d365d6e10f66e1206432541cc2c492093dbc..c03d0c23c01b42cb136467c47f031e6218f85ac9 100644 (file)
@@ -124,7 +124,7 @@ do_read (const struct ext_array *ea_, void *buffer, size_t bytes)
       if (ferror (ea->file))
         msg_error (errno, _("reading temporary file"));
       else if (feof (ea->file))
-        msg_error ( 0, _("unexpected end of file reading temporary file"));
+        msg_error (0, _("unexpected end of file reading temporary file"));
       else
         NOT_REACHED ();
       return false;