pipeline: imx8-isi: Cosmetic changes
Change indentation to pass checkstyle script.
Fixes: 680cde6005
("libcamera: imx8-isi: Split Bayer/YUV config generation")
Signed-off-by: Antoine Bouyer <antoine.bouyer@nxp.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
b544ce1c19
commit
5c8de8a08e
1 changed files with 20 additions and 22 deletions
|
@ -772,13 +772,11 @@ PipelineHandlerISI::generateConfiguration(Camera *camera,
|
||||||
if (cfg.pixelFormat.isValid())
|
if (cfg.pixelFormat.isValid())
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Fallback to use a Bayer format if that's what the
|
* Fallback to use a Bayer format if that's what the
|
||||||
* sensor supports.
|
* sensor supports.
|
||||||
*/
|
*/
|
||||||
[[fallthrough]];
|
[[fallthrough]];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
case StreamRole::Raw: {
|
case StreamRole::Raw: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue