1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-27 14:36:33 -05:00

Merge pull request #502 from archshift/patch-1

cam_u.h: fix indentation
This commit is contained in:
bunnei
2015-01-22 16:39:13 -05:00

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