cam_u.h: fix indentation
Withholding my profanity towards Xcode.
This commit is contained in:
parent
92550013cf
commit
92a75df9b1
|
@ -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