diff options
Diffstat (limited to 'dev/Mod/ACPI/ACPIFactoryInterface.h')
| -rw-r--r-- | dev/Mod/ACPI/ACPIFactoryInterface.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/Mod/ACPI/ACPIFactoryInterface.h b/dev/Mod/ACPI/ACPIFactoryInterface.h index 30a09fd7..bf248168 100644 --- a/dev/Mod/ACPI/ACPIFactoryInterface.h +++ b/dev/Mod/ACPI/ACPIFactoryInterface.h @@ -51,9 +51,9 @@ namespace Kernel } private: - VoidPtr fRsdp{nullptr}; // pointer to root descriptor. - SSizeT fEntries{0UL}; // number of entries, -1 tells that no invalid entries were - // found. + VoidPtr fRsdp{nullptr}; // pointer to root descriptor. + SSizeT fEntries{0UL}; // number of entries, -1 tells that no invalid entries were + // found. }; } // namespace Kernel |
