mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 08:08:18 -05:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@ -14,10 +14,8 @@
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
Event::Event() {
|
||||
}
|
||||
Event::~Event() {
|
||||
}
|
||||
Event::Event() {}
|
||||
Event::~Event() {}
|
||||
|
||||
SharedPtr<Event> Event::Create(ResetType reset_type, std::string name) {
|
||||
SharedPtr<Event> evt(new Event);
|
||||
|
Reference in New Issue
Block a user