Skip to content

Commit 2507609

Browse files
author
Sebastian Bergmann
committed
Revert whitespace patch.
1 parent e069610 commit 2507609

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

sapi/apache2filter/sapi_apache2.c

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -191,31 +191,31 @@ static sapi_module_struct apache2_sapi_module = {
191191
"apache2filter",
192192
"Apache 2.0 Filter",
193193

194-
php_module_startup, /* startup */
194+
php_module_startup, /* startup */
195195
php_module_shutdown_wrapper, /* shutdown */
196196

197-
NULL, /* activate */
198-
NULL, /* deactivate */
197+
NULL, /* activate */
198+
NULL, /* deactivate */
199199

200200
php_apache_sapi_ub_write, /* unbuffered write */
201-
php_apache_sapi_flush, /* flush */
202-
NULL, /* get uid */
203-
NULL, /* getenv */
201+
php_apache_sapi_flush, /* flush */
202+
NULL, /* get uid */
203+
NULL, /* getenv */
204204

205-
php_error, /* error handler */
205+
php_error, /* error handler */
206206

207-
php_apache_sapi_header_handler, /* header handler */
208-
php_apache_sapi_send_headers, /* send headers handler */
209-
NULL, /* send header handler */
207+
php_apache_sapi_header_handler, /* header handler */
208+
php_apache_sapi_send_headers, /* send headers handler */
209+
NULL, /* send header handler */
210210

211-
php_apache_sapi_read_post, /* read POST data */
212-
php_apache_sapi_read_cookies, /* read Cookies */
211+
php_apache_sapi_read_post, /* read POST data */
212+
php_apache_sapi_read_cookies, /* read Cookies */
213213

214214
php_apache_sapi_register_variables,
215215
php_apache_sapi_log_message, /* Log message */
216216

217-
NULL, /* Block interruptions */
218-
NULL, /* Unblock interruptions */
217+
NULL, /* Block interruptions */
218+
NULL, /* Unblock interruptions */
219219

220220
STANDARD_SAPI_MODULE_PROPERTIES
221221
};
@@ -414,9 +414,9 @@ static void php_register_hook(apr_pool_t *p)
414414
AP_MODULE_DECLARE_DATA module php4_module = {
415415
STANDARD20_MODULE_STUFF,
416416
create_php_config, /* create per-directory config structure */
417-
merge_php_config, /* merge per-directory config structures */
418-
NULL, /* create per-server config structure */
419-
NULL, /* merge per-server config structures */
420-
php_dir_cmds, /* command apr_table_t */
421-
php_register_hook /* register hooks */
417+
merge_php_config, /* merge per-directory config structures */
418+
NULL, /* create per-server config structure */
419+
NULL, /* merge per-server config structures */
420+
php_dir_cmds, /* command apr_table_t */
421+
php_register_hook /* register hooks */
422422
};

0 commit comments

Comments
 (0)