mirror of
https://github.com/starr-dusT/citra.git
synced 2024-10-02 10:26:17 -07:00
Fix clang format
This commit is contained in:
parent
eb67167b7c
commit
e3c0211b74
@ -11,6 +11,7 @@ namespace Service::HID {
|
||||
class Spvr final : public Module::Interface {
|
||||
public:
|
||||
explicit Spvr(std::shared_ptr<Module> hid);
|
||||
|
||||
private:
|
||||
SERVICE_SERIALIZATION(Spvr, hid, Module)
|
||||
};
|
||||
|
@ -14,6 +14,7 @@ namespace Service::HID {
|
||||
class User final : public Module::Interface {
|
||||
public:
|
||||
explicit User(std::shared_ptr<Module> hid);
|
||||
|
||||
private:
|
||||
SERVICE_SERIALIZATION(User, hid, Module)
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user