Fix clang format

This commit is contained in:
Hamish Milne 2019-12-30 16:15:41 +00:00 committed by zhupengfei
parent eb67167b7c
commit e3c0211b74
2 changed files with 2 additions and 0 deletions

View file

@ -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)
};

View file

@ -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)
};