strat: use m_ for member variables
This commit is contained in:
@@ -24,9 +24,9 @@ namespace ams::i2c::server {
|
||||
using Allocator = ams::sf::ExpHeapAllocator;
|
||||
using Factory = ams::sf::ObjectFactory<Allocator::Policy>;
|
||||
private:
|
||||
lmem::HeapHandle heap_handle;
|
||||
Allocator allocator;
|
||||
u8 heap_buffer[4_KB];
|
||||
lmem::HeapHandle m_heap_handle;
|
||||
Allocator m_allocator;
|
||||
u8 m_heap_buffer[4_KB];
|
||||
public:
|
||||
ManagerImpl();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user