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:
committed by
Laurent Pinchart
parent
7ef83e0228
commit
38e427f605
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user