mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 21:22:41 +00: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