From 0bb8afc9ac9c6fadfae676932ba47f4a1fe33871 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 3 Aug 2024 22:45:50 +0300 Subject: 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 Reviewed-by: Milan Zamazal Reviewed-by: Kieran Bingham --- src/libcamera/control_ids_core.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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. ... -- cgit v1.2.1