cpu_interrupt_handler: Misc style changes

This commit is contained in:
ReinUsesLisp
2020-08-26 01:19:01 +00:00
parent ea7bda25ba
commit 56ac22f737
2 changed files with 3 additions and 5 deletions

View File

@ -33,8 +33,8 @@ public:
void AwaitInterrupt();
private:
std::atomic_bool is_interrupted{false};
std::unique_ptr<Common::Event> interrupt_event;
std::atomic_bool is_interrupted{false};
};
} // namespace Core