From dcb44bf51262ff3160a211b45aaf3510695dcee5 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Tue, 19 Mar 2002 19:15:40 +0000 Subject: - Fix whitespace (guys, please try to stick with the php4 tree style as far as indentation/newlines go, and also as far as using {} even on if's that have single statements) - Fix Windows build --- sapi/isapi/php4isapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/isapi/php4isapi.c') diff --git a/sapi/isapi/php4isapi.c b/sapi/isapi/php4isapi.c index 2d55d13c4e..9f30195345 100644 --- a/sapi/isapi/php4isapi.c +++ b/sapi/isapi/php4isapi.c @@ -207,7 +207,7 @@ static int sapi_isapi_ub_write(const char *str, uint str_length TSRMLS_DC) LPEXTENSION_CONTROL_BLOCK ecb; ecb = (LPEXTENSION_CONTROL_BLOCK) SG(server_context); - if (ecb->WriteClient(ecb->ConnID, (char *) str, &num_bytes, HSE_IO_SYNC ) == FALSE) { + if (ecb->WriteClient(ecb->ConnID, (char *) str, &num_bytes, HSE_IO_SYNC) == FALSE) { php_handle_aborted_connection(); } return num_bytes; -- cgit v1.2.1