Commit fe8edd0c by Paul Thomas

trans-array.c (gfc_add_loop_ss_code): Correct whitespace.

2008-01-20  Paul Thomas  <pault@gcc.gnu.org>

	* trans-array.c (gfc_add_loop_ss_code) :  Correct whitespace.

From-SVN: r131677
parent ecff8c1c
......@@ -1907,7 +1907,7 @@ gfc_add_loop_ss_code (gfc_loopinfo * loop, gfc_ss * ss, bool subscript)
case GFC_SS_CONSTRUCTOR:
if (ss->expr->ts.type == BT_CHARACTER
&& ss->string_length== NULL
&& ss->string_length == NULL
&& ss->expr->ts.cl
&& ss->expr->ts.cl->length)
{
......
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