diff options
author | Christian Rauch <Rauch.Christian@gmx.de> | 2022-06-04 22:11:45 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-06-05 00:58:09 +0300 |
commit | 38e427f605a59f584c497d472c373bf383939997 (patch) | |
tree | 29aae46423a6b617ff47adbc13b36e3d93b19e6c | |
parent | 7ef83e02284715db95e3f4cd61744290baff2840 (diff) |
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>
-rw-r--r-- | src/libcamera/pipeline/ipu3/ipu3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/pipeline/ipu3/ipu3.cpp b/src/libcamera/pipeline/ipu3/ipu3.cpp index fd989e61..b7dda282 100644 --- a/src/libcamera/pipeline/ipu3/ipu3.cpp +++ b/src/libcamera/pipeline/ipu3/ipu3.cpp @@ -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(); |