clang-format
This commit is contained in:
@@ -29,13 +29,9 @@ XModule::XModule(KernelState* kernel_state, const std::string& path)
|
||||
}
|
||||
}
|
||||
|
||||
XModule::~XModule() {
|
||||
kernel_state_->UnregisterModule(this);
|
||||
}
|
||||
XModule::~XModule() { kernel_state_->UnregisterModule(this); }
|
||||
|
||||
void XModule::OnLoad() {
|
||||
kernel_state_->RegisterModule(this);
|
||||
}
|
||||
void XModule::OnLoad() { kernel_state_->RegisterModule(this); }
|
||||
|
||||
X_STATUS XModule::GetSection(const char* name, uint32_t* out_section_data,
|
||||
uint32_t* out_section_size) {
|
||||
|
||||
Reference in New Issue
Block a user