diff options
author | Stefan Fritsch <sf@apache.org> | 2011-09-23 20:08:42 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-09-23 20:08:42 +0200 |
commit | 1951a037bf2b1009cf6908b035e868a90f2dfb59 (patch) | |
tree | 9d956f9fe11682fd311d51d49c2c270be110d568 /include/util_script.h | |
parent | Cleanup effort in prep for GA push: (diff) | |
download | apache2-1951a037bf2b1009cf6908b035e868a90f2dfb59.tar.xz apache2-1951a037bf2b1009cf6908b035e868a90f2dfb59.zip |
More cleanup: Expand tabs and some more indentation fixes
No functional change
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174929 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/util_script.h')
-rw-r--r-- | include/util_script.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/util_script.h b/include/util_script.h index 86f8c84bf0..9643657c94 100644 --- a/include/util_script.h +++ b/include/util_script.h @@ -194,8 +194,8 @@ AP_DECLARE_NONSTD(int) ap_scan_script_header_err_strs_ex(request_rec *r, * @return HTTP_OK on success, HTTP_INTERNAL_SERVER_ERROR otherwise */ AP_DECLARE(int) ap_scan_script_header_err_core(request_rec *r, char *buffer, - int (*getsfunc) (char *, int, void *), - void *getsfunc_data); + int (*getsfunc) (char *, int, void *), + void *getsfunc_data); /** * Read headers output from a script, ensuring that the output is valid. If @@ -229,5 +229,5 @@ AP_DECLARE(void) ap_args_to_table(request_rec *r, apr_table_t **table); } #endif -#endif /* !APACHE_UTIL_SCRIPT_H */ +#endif /* !APACHE_UTIL_SCRIPT_H */ /** @} */ |