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) ...@@ -94,7 +94,7 @@ inquire_via_unit (st_parameter_inquire *iqp, gfc_unit * u)
else else
cf_strcpy (iqp->name, iqp->name_len, u->filename); cf_strcpy (iqp->name, iqp->name_len, u->filename);
#else #else
cf_strcpy (iqp->name, iqp->name_len, u->filename); cf_strcpy (iqp->name, iqp->name_len, u->filename);
#endif #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