diff options
author | Steven G. Kargl <kargl@gcc.gnu.org> | 2007-06-07 18:10:31 +0000 |
---|---|---|
committer | Brooks Moses <brooks@gcc.gnu.org> | 2007-06-07 11:10:31 -0700 |
commit | 66e4ab31274a1e661befd9534463d158c54a55a2 (patch) | |
tree | a5d4d0d32adbc5ce952e0f81a156f8590ce3ee2f /gcc/fortran/trans-io.c | |
parent | bb27eeda7dc859c9d1c9a69baea30f9cf273ec4a (diff) | |
download | gcc-66e4ab31274a1e661befd9534463d158c54a55a2.zip gcc-66e4ab31274a1e661befd9534463d158c54a55a2.tar.gz gcc-66e4ab31274a1e661befd9534463d158c54a55a2.tar.bz2 |
decl.c: Miscellaneous whitespace fixes.
* decl.c: Miscellaneous whitespace fixes.
* expr.c: Likewise.
* gfortran.h: Likewise.
* interface.c : Likewise.
* io.c: Likewise.
* match.c: Likewise.
* match.h: Likewise.
* module.c: Likewise.
* parse.c: Likewise.
* resolve.c: Likewise.
* symbol.c: Likewise.
* trans-array.c: Likewise.
* trans-common.c: Likewise.
* trans-decl.c: Likewise.
* trans-intrinsic.c: Likewise.
* trans-io.c: Likewise.
* trans-stmt.c: Likewise.
* trans-types.c: Likewise.
From-SVN: r125533
Diffstat (limited to 'gcc/fortran/trans-io.c')
-rw-r--r-- | gcc/fortran/trans-io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/trans-io.c b/gcc/fortran/trans-io.c index e543f4c..a1a0570 100644 --- a/gcc/fortran/trans-io.c +++ b/gcc/fortran/trans-io.c @@ -1261,7 +1261,7 @@ gfc_new_nml_name_expr (const char * name) } /* nml_full_name builds up the fully qualified name of a - derived type component. */ + derived type component. */ static char* nml_full_name (const char* var_name, const char* cmp_name) @@ -1281,7 +1281,7 @@ nml_full_name (const char* var_name, const char* cmp_name) gfc_symbol or gfc_component backend_decl's. An offset is provided so that the address of an element of an array of derived types is returned. This is used in the runtime to - determine that span of the derived type. */ + determine that span of the derived type. */ static tree nml_get_addr_expr (gfc_symbol * sym, gfc_component * c, |