OSDN Git Service

2006-11-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
authorjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 Nov 2006 17:54:17 +0000 (17:54 +0000)
committerjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 Nov 2006 17:54:17 +0000 (17:54 +0000)
* io/transfer.c (next_record_w): Fix indentation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118508 138bc75d-0d04-0410-961f-82ee72b054a4

libgfortran/ChangeLog
libgfortran/io/transfer.c

index 88d76c8..3ca2172 100644 (file)
@@ -1,3 +1,7 @@
+2006-11-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       * io/transfer.c (next_record_w): Fix indentation.
+
 2006-11-04  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        PR libgfortran/25545
index a4d4563..4711be5 100644 (file)
@@ -2215,7 +2215,7 @@ next_record_w (st_parameter_dt *dtp, int done)
                    length = (int) dtp->u.p.current_unit->bytes_left;
                }
 
-       if (sset (dtp->u.p.current_unit->s, ' ', length) == FAILURE)
+             if (sset (dtp->u.p.current_unit->s, ' ', length) == FAILURE)
                {
                  generate_error (&dtp->common, ERROR_END, NULL);
                  return;