diff options
author | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2006-11-05 17:54:17 +0000 |
---|---|---|
committer | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2006-11-05 17:54:17 +0000 |
commit | d5fe3b0ea957b0f77f4366ed8553dfcf97bcfb90 (patch) | |
tree | e64c109e208f9d315f01bfa5645c0e18ad0d085f | |
parent | 25825b21a345161e92ad5496cc4894b7420449fc (diff) | |
download | gcc-d5fe3b0ea957b0f77f4366ed8553dfcf97bcfb90.zip gcc-d5fe3b0ea957b0f77f4366ed8553dfcf97bcfb90.tar.gz gcc-d5fe3b0ea957b0f77f4366ed8553dfcf97bcfb90.tar.bz2 |
transfer.c (next_record_w): Fix indentation.
2006-11-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
* io/transfer.c (next_record_w): Fix indentation.
From-SVN: r118508
-rw-r--r-- | libgfortran/ChangeLog | 4 | ||||
-rw-r--r-- | libgfortran/io/transfer.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 88d76c8..3ca2172 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -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 diff --git a/libgfortran/io/transfer.c b/libgfortran/io/transfer.c index a4d4563..4711be5 100644 --- a/libgfortran/io/transfer.c +++ b/libgfortran/io/transfer.c @@ -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; |