mirror of
https://github.com/php/php-src.git
synced 2026-04-02 05:32:28 +02:00
Aligned the ifdef NETWARE blocks to first column.
This commit is contained in:
@@ -1498,17 +1498,17 @@ void module_destructor(zend_module_entry *module)
|
||||
}
|
||||
|
||||
#if HAVE_LIBDL
|
||||
#ifdef NETWARE
|
||||
#ifdef APACHE_2_BUILD
|
||||
if (module->handle) {
|
||||
dlclose(module->handle);
|
||||
}
|
||||
#endif
|
||||
#else
|
||||
if (module->handle) {
|
||||
dlclose(module->handle);
|
||||
}
|
||||
#endif
|
||||
#ifdef NETWARE
|
||||
#ifdef APACHE_2_BUILD
|
||||
if (module->handle) {
|
||||
dlclose(module->handle);
|
||||
}
|
||||
#endif
|
||||
#else
|
||||
if (module->handle) {
|
||||
dlclose(module->handle);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user