[PATCH 2/2] libcamera: software_isp: Fix includes ordering in simple.cpp

Laurent Pinchart laurent.pinchart at ideasonboard.com
Mon Jun 10 20:57:12 CEST 2024


Hi Milan,

Thank you for the patch.

On Mon, Jun 10, 2024 at 08:08:50PM +0200, Milan Zamazal wrote:
> Let's make it conforming to the defined clang-format.
> 
> Signed-off-by: Milan Zamazal <mzamazal at redhat.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

> ---
>  src/libcamera/pipeline/simple/simple.cpp | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/src/libcamera/pipeline/simple/simple.cpp b/src/libcamera/pipeline/simple/simple.cpp
> index db3575c3..eb36578e 100644
> --- a/src/libcamera/pipeline/simple/simple.cpp
> +++ b/src/libcamera/pipeline/simple/simple.cpp
> @@ -13,8 +13,8 @@
>  #include <memory>
>  #include <queue>
>  #include <set>
> -#include <string>
>  #include <string.h>
> +#include <string>
>  #include <unordered_map>
>  #include <utility>
>  #include <vector>
> @@ -38,7 +38,6 @@
>  #include "libcamera/internal/v4l2_subdevice.h"
>  #include "libcamera/internal/v4l2_videodevice.h"
>  
> -
>  namespace libcamera {
>  
>  LOG_DEFINE_CATEGORY(SimplePipeline)

-- 
Regards,

Laurent Pinchart


More information about the libcamera-devel mailing list