Skip to content

Commit 24508d6

Browse files
committed
Fix indent in apache2/msc_multipart.c
1 parent 0e4728f commit 24508d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apache2/msc_multipart.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1327,10 +1327,10 @@ int multipart_process_chunk(modsec_rec *msr, const char *buf,
13271327
if (c == 0x0a) {
13281328
if (msr->mpd->crlf_state == 1) {
13291329
msr->mpd->crlf_state = 3;
1330-
} else {
1330+
} else {
13311331
msr->mpd->crlf_state = 2;
1332-
}
1333-
}
1332+
}
1333+
}
13341334
msr->mpd->crlf_state_buf_end = msr->mpd->crlf_state;
13351335
}
13361336

0 commit comments

Comments
 (0)