Commit f5aa660f by Janne Blomqvist

Fix indentation

From-SVN: r215340
parent 909eb89c
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment