mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
No functional change: simple detabbing of indented code.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332305 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
static int ImportOptionalHookTestHook(const char *szStr)
|
||||
{
|
||||
ap_log_error(APLOG_MARK,APLOG_ERR,OK,NULL,"Optional hook test said: %s",
|
||||
szStr);
|
||||
szStr);
|
||||
|
||||
return OK;
|
||||
}
|
||||
@@ -30,7 +30,7 @@ static int ImportOptionalHookTestHook(const char *szStr)
|
||||
static void ImportRegisterHooks(apr_pool_t *p)
|
||||
{
|
||||
AP_OPTIONAL_HOOK(optional_hook_test,ImportOptionalHookTestHook,NULL,
|
||||
NULL,APR_HOOK_MIDDLE);
|
||||
NULL,APR_HOOK_MIDDLE);
|
||||
}
|
||||
|
||||
module AP_MODULE_DECLARE_DATA optional_hook_import_module=
|
||||
|
Reference in New Issue
Block a user