[libcamera-devel,v5,3/7] guides: pipeline handler: Remove rogue spaces
diff mbox series

Message ID 20220803103849.26144-4-jacopo@jmondi.org
State Accepted
Headers show
Series
  • libcamera: Map multiple V4L2 formats to a single libcamera::format
Related show

Commit Message

Jacopo Mondi Aug. 3, 2022, 10:38 a.m. UTC
Remove 4 rogue spaces from the pipeline developer guide.

Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
---
 Documentation/guides/pipeline-handler.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Laurent Pinchart Aug. 3, 2022, 11:02 a.m. UTC | #1
Hi Jacopo,

Thank you for the patch.


On Wed, Aug 03, 2022 at 12:38:45PM +0200, Jacopo Mondi via libcamera-devel wrote:
> 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>

> ---
>  Documentation/guides/pipeline-handler.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/guides/pipeline-handler.rst b/Documentation/guides/pipeline-handler.rst
> index 2d55666d094f..56b5d458d953 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:

Patch
diff mbox series

diff --git a/Documentation/guides/pipeline-handler.rst b/Documentation/guides/pipeline-handler.rst
index 2d55666d094f..56b5d458d953 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: