mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:48:10 +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
|
@ -8,8 +8,7 @@
|
|||
#include <Kernel/Bus/PCI/API.h>
|
||||
#include <Kernel/Bus/PCI/Device.h>
|
||||
|
||||
namespace Kernel {
|
||||
namespace PCI {
|
||||
namespace Kernel::PCI {
|
||||
|
||||
Device::Device(Address address)
|
||||
: m_pci_address(address)
|
||||
|
@ -56,4 +55,3 @@ void Device::disable_extended_message_signalled_interrupts()
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue