]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Correct ChangeLog formatting.
authorDavid Edelsohn <dje@gcc.gnu.org>
Tue, 27 Sep 2005 04:04:30 +0000 (00:04 -0400)
committerDavid Edelsohn <dje@gcc.gnu.org>
Tue, 27 Sep 2005 04:04:30 +0000 (00:04 -0400)
From-SVN: r104683

gcc/fortran/ChangeLog

index 3044bdf008a7c9e9ece9e5f93879a2d7f261ac7a..2644f58f2c0fd9cfd5041f4a02a2677b33d2fa88 100644 (file)
@@ -1,9 +1,9 @@
 2005-09-24  Janne Blomqvist  <jblomqvi@cc.hut.fi>
 
        * trans-io.c (gfc_build_io_library_fndecls): Add entry
-       iocall_x_array for transfer_array. (transfer_array_desc): New
-       function. (gfc_trans_transfer): Add code to call
-       transfer_array_desc.
+       iocall_x_array for transfer_array.
+       (transfer_array_desc): New function.
+       (gfc_trans_transfer): Add code to call transfer_array_desc.
 
 2005-09-26  Jakub Jelinek  <jakub@redhat.com>