1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-16 12:50:11 -06:00

cam_u.h: fix indentation

Withholding my profanity towards Xcode.
This commit is contained in:
archshift 2015-01-22 12:51:53 -08:00
parent 92550013cf
commit 92a75df9b1

View File

@ -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