mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06:00 
			
		
		
		
	cam_u.h: fix indentation
Withholding my profanity towards Xcode.
This commit is contained in:
		@@ -16,8 +16,8 @@ public:
 | 
				
			|||||||
    Interface();
 | 
					    Interface();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    std::string GetPortName() const override {
 | 
					    std::string GetPortName() const override {
 | 
				
			||||||
    return "cam:u";
 | 
					        return "cam:u";
 | 
				
			||||||
}
 | 
					    }
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
} // namespace
 | 
					} // namespace
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user