1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-08 04:22:21 +03:00

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
This commit is contained in:
Stefan Fritsch
2011-09-23 18:08:42 +00:00
parent 427c85bd23
commit 1951a037bf
51 changed files with 529 additions and 529 deletions

View File

@@ -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 */
/** @} */