libcamera: rpi: Fix wrong comment indentation
The closing line of a comment block was aligned with spaces and not tabs. Fix it. Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
committed by
Laurent Pinchart
parent
3caaafafa8
commit
792511a3df
@@ -273,7 +273,7 @@ private:
|
||||
* Store the colour spaces that all our streams will have. RGB format streams
|
||||
* will have the same colorspace as YUV streams, with YCbCr field cleared and
|
||||
* range set to full.
|
||||
*/
|
||||
*/
|
||||
std::optional<ColorSpace> yuvColorSpace_;
|
||||
std::optional<ColorSpace> rgbColorSpace_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user