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:
parent
ecff8c1c5d
commit
fe8edd0c23
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue