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:
Jacopo Mondi
2021-02-02 15:50:12 +01:00
parent a2fec12667
commit 3e952cfb0f

View File

@@ -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;