mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:37:34 +00:00
Kernel: Use C++17 namespace style for nested PCI namespace
Adjust the nested namespace formatting in PCI files to use the nicer and more consistent C++17 style.
This commit is contained in:
parent
d8d7b5d82c
commit
c65a6b6b22
5 changed files with 5 additions and 16 deletions
|
@ -6,8 +6,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
namespace Kernel {
|
||||
namespace PCI {
|
||||
namespace Kernel::PCI {
|
||||
|
||||
extern bool g_pci_access_io_probe_failed;
|
||||
extern bool g_pci_access_is_disabled_from_commandline;
|
||||
|
@ -15,4 +14,3 @@ extern bool g_pci_access_is_disabled_from_commandline;
|
|||
void initialize();
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue