fortran: Fix coding style around free()
commitc93bde224c075c14d5ee54331386cbcda48c65dd
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Mon, 8 May 2023 07:45:19 +0000 (8 09:45 +0200)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Mon, 8 May 2023 08:46:47 +0000 (8 10:46 +0200)
tree09ed17fe71ee7a9bcca106e0cc67bb0b9bef9b4b
parent6d6c17e45f62cfe0b7de502af299348fca548b01
fortran: Fix coding style around free()

Fix coding-style errors introduced in ca2f64d5d08c1699ca4b7cb2bf6a76692e809e0f

gcc/fortran/ChangeLog:

* resolve.cc (resolve_select_type): Fix coding style.

libgfortran/ChangeLog:

* caf/single.c (_gfortran_caf_register): Fix coding style.
* io/async.c (update_pdt, async_io): Likewise.
* io/format.c (free_format_data): Likewise.
* io/transfer.c (st_read_done_worker, st_write_done_worker): Likewise.
* io/unix.c (mem_close): Likewise.
gcc/fortran/resolve.cc
libgfortran/caf/single.c
libgfortran/io/async.c
libgfortran/io/format.c
libgfortran/io/transfer.c
libgfortran/io/unix.c