Skip to content

Commit

Permalink
Fix misleading indentation in op.c
Browse files Browse the repository at this point in the history
  • Loading branch information
arc committed May 14, 2016
1 parent adec5bb commit bf47000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op.c
Expand Up @@ -6811,7 +6811,7 @@ S_new_logop(pTHX_ I32 type, I32 flags, OP** firstp, OP** otherp)
*otherp = NULL;
if (cstop->op_type == OP_CONST)
cstop->op_private |= OPpCONST_SHORTCIRCUIT;
op_free(other);
op_free(other);
return first;
}
}
Expand Down

0 comments on commit bf47000

Please sign in to comment.