clang format

This commit is contained in:
SachinVin 2022-10-23 11:55:00 +05:30
parent ae6b7edc25
commit e74b2575d7
7 changed files with 14 additions and 11 deletions

View file

@ -364,7 +364,7 @@ private:
std::unique_ptr<Kernel::KernelSystem> kernel;
std::unique_ptr<Timing> timing;
std::unique_ptr<Core::ExclusiveMonitor> exclusive_monitor;
std::unique_ptr<Core::ExclusiveMonitor> exclusive_monitor;
private:
static System s_instance;