mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-24 17:15:07 +03:00
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:
parent
3caaafafa8
commit
792511a3df
1 changed files with 1 additions and 1 deletions
|
@ -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_;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue