diff options
author | Jacopo Mondi <jacopo@jmondi.org> | 2022-08-03 12:21:47 +0200 |
---|---|---|
committer | Jacopo Mondi <jacopo@jmondi.org> | 2022-08-03 15:07:19 +0200 |
commit | 83e0cee0ba065cad005c0a4329d696ac407f7771 (patch) | |
tree | dd27fcdb2bcba65ed6c3acd6a5a7f3e56da5dce7 /Documentation/guides | |
parent | 3bc8844808c5c72f9c83927ec0e93434d9d40e22 (diff) |
guides: pipeline handler: Remove rogue spaces
Remove 4 rogue spaces from the pipeline developer guide.
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Tested-by: Paul Elder <paul.elder@ideasonboard.com>
Diffstat (limited to 'Documentation/guides')
-rw-r--r-- | Documentation/guides/pipeline-handler.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/guides/pipeline-handler.rst b/Documentation/guides/pipeline-handler.rst index 2d55666d..56b5d458 100644 --- a/Documentation/guides/pipeline-handler.rst +++ b/Documentation/guides/pipeline-handler.rst @@ -289,7 +289,7 @@ features: .. code-block:: cpp #include <libcamera/base/log.h> - + #include "libcamera/internal/pipeline_handler.h" Run the following commands: |