1
0
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:
Anantha Kesari H Y
2004-09-22 14:31:21 +00:00
parent 8eb7503078
commit 5af07c3c8b

View File

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