diff options
author | Janne Blomqvist <jb@gcc.gnu.org> | 2014-09-18 00:59:09 +0300 |
---|---|---|
committer | Janne Blomqvist <jb@gcc.gnu.org> | 2014-09-18 00:59:09 +0300 |
commit | f5aa660f9064a68f9d0f5d7635f71fe2e9efb8b6 (patch) | |
tree | 411c61340ba52c56e24f0e211d276ca467c74de2 | |
parent | 909eb89ca5b48b9a5645358e1cb5c949ec3f1edb (diff) | |
download | gcc-f5aa660f9064a68f9d0f5d7635f71fe2e9efb8b6.zip gcc-f5aa660f9064a68f9d0f5d7635f71fe2e9efb8b6.tar.gz gcc-f5aa660f9064a68f9d0f5d7635f71fe2e9efb8b6.tar.bz2 |
Fix indentation
From-SVN: r215340
-rw-r--r-- | libgfortran/io/inquire.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/io/inquire.c b/libgfortran/io/inquire.c index c8b5623..71be879 100644 --- a/libgfortran/io/inquire.c +++ b/libgfortran/io/inquire.c @@ -94,7 +94,7 @@ inquire_via_unit (st_parameter_inquire *iqp, gfc_unit * u) else cf_strcpy (iqp->name, iqp->name_len, u->filename); #else - cf_strcpy (iqp->name, iqp->name_len, u->filename); + cf_strcpy (iqp->name, iqp->name_len, u->filename); #endif } |