libcamera: ipu3: Fix rogue whitespace

Fix a comment line wrongly indented with spaces instead of tabs.

Signed-off-by: Christian Rauch <Rauch.Christian@gmx.de>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Christian Rauch
2022-06-04 22:11:45 +01:00
committed by Laurent Pinchart
parent 7ef83e0228
commit 38e427f605

View File

@@ -1449,7 +1449,7 @@ void IPU3CameraData::frameStart(uint32_t sequence)
/*
* Handle controls to be set immediately on the next frame.
* This currently only handle the TestPatternMode control.
*
*
* \todo Synchronize with the sequence number
*/
Request *request = processingRequests_.front();