summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2024-08-03 22:45:50 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2024-08-05 18:25:53 +0300
commit0bb8afc9ac9c6fadfae676932ba47f4a1fe33871 (patch)
treea4bd8396d6e9ed7768191b8c950026ee687d1eb8 /src
parent19bbca3c0b376ba0183f5db53472c8c46cd402b5 (diff)
libcamera: Remove spaces at end of lines
Spaces at end of lines have cropped up in a few places in libcamera. Remove them. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Milan Zamazal <mzamazal@redhat.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src')
-rw-r--r--src/libcamera/control_ids_core.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcamera/control_ids_core.yaml b/src/libcamera/control_ids_core.yaml
index 9d413a94..cf40771d 100644
--- a/src/libcamera/control_ids_core.yaml
+++ b/src/libcamera/control_ids_core.yaml
@@ -868,8 +868,8 @@ controls:
- Gamma:
type: float
description: |
- Specify a fixed gamma value. Default must be 2.2 which closely mimics
- sRGB gamma. Note that this is camera gamma, so it is applied as
+ Specify a fixed gamma value. Default must be 2.2 which closely mimics
+ sRGB gamma. Note that this is camera gamma, so it is applied as
1.0/gamma.
...