mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Fix clang format
This commit is contained in:
		
							parent
							
								
									eb67167b7c
								
							
						
					
					
						commit
						e3c0211b74
					
				
					 2 changed files with 2 additions and 0 deletions
				
			
		|  | @ -11,6 +11,7 @@ namespace Service::HID { | ||||||
| class Spvr final : public Module::Interface { | class Spvr final : public Module::Interface { | ||||||
| public: | public: | ||||||
|     explicit Spvr(std::shared_ptr<Module> hid); |     explicit Spvr(std::shared_ptr<Module> hid); | ||||||
|  | 
 | ||||||
| private: | private: | ||||||
|     SERVICE_SERIALIZATION(Spvr, hid, Module) |     SERVICE_SERIALIZATION(Spvr, hid, Module) | ||||||
| }; | }; | ||||||
|  |  | ||||||
|  | @ -14,6 +14,7 @@ namespace Service::HID { | ||||||
| class User final : public Module::Interface { | class User final : public Module::Interface { | ||||||
| public: | public: | ||||||
|     explicit User(std::shared_ptr<Module> hid); |     explicit User(std::shared_ptr<Module> hid); | ||||||
|  | 
 | ||||||
| private: | private: | ||||||
|     SERVICE_SERIALIZATION(User, hid, Module) |     SERVICE_SERIALIZATION(User, hid, Module) | ||||||
| }; | }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue