diff options
| -rw-r--r-- | sapi/apache2filter/sapi_apache2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/apache2filter/sapi_apache2.c b/sapi/apache2filter/sapi_apache2.c index 9d76e13245..8cbc4f01de 100644 --- a/sapi/apache2filter/sapi_apache2.c +++ b/sapi/apache2filter/sapi_apache2.c @@ -163,8 +163,8 @@ php_apache_sapi_flush(void *server_context) apr_bucket_brigade *bb; apr_bucket *b; - if (!server_context) - return; + if (!server_context) + return; /* Send a flush bucket down the filter chain. The current default * handler seems to act on the first flush bucket, but ignores |
