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
This commit is contained in:
Paul Thomas 2008-01-20 10:26:42 +00:00
parent ecff8c1c5d
commit fe8edd0c23

View file

@ -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)
{