libcamera: ipu3: cio2: Fix line break
The function declaration fits on one line. Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
@@ -195,8 +195,7 @@ int CIO2Device::configure(const Size &size, V4L2DeviceFormat *outputFormat)
|
||||
return 0;
|
||||
}
|
||||
|
||||
StreamConfiguration
|
||||
CIO2Device::generateConfiguration(Size size) const
|
||||
StreamConfiguration CIO2Device::generateConfiguration(Size size) const
|
||||
{
|
||||
StreamConfiguration cfg;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user