Fix indentation
authorJanne Blomqvist <jb@gcc.gnu.org>
Wed, 17 Sep 2014 21:59:09 +0000 (00:59 +0300)
committerJanne Blomqvist <jb@gcc.gnu.org>
Wed, 17 Sep 2014 21:59:09 +0000 (00:59 +0300)
From-SVN: r215340

libgfortran/io/inquire.c

index c8b5623402cf9bbbd67628158e6e53e6c184e78a..71be879819f547fb14629d1b74782b2a48f6150b 100644 (file)
@@ -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
     }