Skip to content

Commit c232071

Browse files
committed
Set correct indentation
1 parent 8a2d739 commit c232071

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apache2/re_operators.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2375,7 +2375,7 @@ static int msre_op_detectXSS_execute(modsec_rec *msr, msre_rule *rule, msre_var
23752375
break;
23762376
case LIBINJECTION_RESULT_ERROR:
23772377
*error_msg = apr_psprintf(msr->mp, "libinjection parser error");
2378-
if (msr->txcfg->debuglog_level >= 9) {
2378+
if (msr->txcfg->debuglog_level >= 9) {
23792379
msr_log(msr, 9, "IS_XSS: libinjection's input '%s' caused a parser error",
23802380
log_escape_ex(msr->mp, var->value, var->value_len));
23812381
}

0 commit comments

Comments
 (0)