diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2024-08-03 22:45:50 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2024-08-05 18:25:53 +0300 |
commit | 0bb8afc9ac9c6fadfae676932ba47f4a1fe33871 (patch) | |
tree | a4bd8396d6e9ed7768191b8c950026ee687d1eb8 /Documentation | |
parent | 19bbca3c0b376ba0183f5db53472c8c46cd402b5 (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 'Documentation')
-rw-r--r-- | Documentation/coding-style.rst | 2 | ||||
-rw-r--r-- | Documentation/environment_variables.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/coding-style.rst b/Documentation/coding-style.rst index 72cb28d2..3352b75c 100644 --- a/Documentation/coding-style.rst +++ b/Documentation/coding-style.rst @@ -215,7 +215,7 @@ shall be avoided when possible, but are allowed when required (for instance to implement factories with auto-registration). They shall not depend on any other global variable, should run a minimal amount of code in the constructor and destructor, and code that contains dependencies should be moved to a later -point in time. +point in time. Error Handling ~~~~~~~~~~~~~~ diff --git a/Documentation/environment_variables.rst b/Documentation/environment_variables.rst index 7cc13e9f..de434c38 100644 --- a/Documentation/environment_variables.rst +++ b/Documentation/environment_variables.rst @@ -39,9 +39,9 @@ LIBCAMERA_IPA_MODULE_PATH LIBCAMERA_IPA_PROXY_PATH Define custom full path for a proxy worker for a given executable name. - + Example value: ``${HOME}/.libcamera/proxy/worker:/opt/libcamera/vendor/proxy/worker`` - + LIBCAMERA_PIPELINES_MATCH_LIST Define an ordered list of pipeline names to be used to match the media devices in the system. The pipeline handler names used to populate the |