ACPICA: Core: Major update for code formatting, no functional changes
[linux-2.6-block.git] / drivers / acpi / acpica / nsload.c
index 14ab83668207eb389b7edfe6860a472c5a6007ad..c1069165625d0f5be2031952e36d8aaa9de836ec 100644 (file)
@@ -321,7 +321,6 @@ acpi_status acpi_ns_unload_namespace(acpi_handle handle)
        /* This function does the real work */
 
        status = acpi_ns_delete_subtree(handle);
-
        return_ACPI_STATUS(status);
 }
 #endif