Skip to content

Commit d58c3dd

Browse files
committed
Guys, please keep K&R.
1 parent b169932 commit d58c3dd

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

main/main.c

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -843,16 +843,13 @@ int php_request_startup(TSRMLS_D)
843843

844844
if (PG(output_handler) && PG(output_handler)[0]) {
845845
php_start_ob_buffer_named(PG(output_handler), 0, 1 TSRMLS_CC);
846-
}
847-
else if (PG(output_buffering)) {
846+
} else if (PG(output_buffering)) {
848847
if (PG(output_buffering)>1) {
849848
php_start_ob_buffer(NULL, PG(output_buffering), 0 TSRMLS_CC);
850-
}
851-
else {
849+
} else {
852850
php_start_ob_buffer(NULL, 0, 1 TSRMLS_CC);
853851
}
854-
}
855-
else if (PG(implicit_flush)) {
852+
} else if (PG(implicit_flush)) {
856853
php_start_implicit_flush(TSRMLS_C);
857854
}
858855

0 commit comments

Comments
 (0)