[v3,15/35] ipa: rkisp1: lsc: Remove rogue empty line
diff mbox series

Message ID 20260706-libipa-algorithms-v3-15-968757b038bb@ideasonboard.com
State Superseded
Headers show
Series
  • ipa: libipa: Introduce libipa algorithms
Related show

Commit Message

Jacopo Mondi July 6, 2026, 8:01 a.m. UTC
Remove an additional empty line.

Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
---
 src/ipa/rkisp1/algorithms/lsc.cpp | 1 -
 1 file changed, 1 deletion(-)

Comments

Kieran Bingham July 6, 2026, 6:27 p.m. UTC | #1
Quoting Jacopo Mondi (2026-07-06 09:01:35)
> Remove an additional empty line.
> 
> Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>


Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

> ---
>  src/ipa/rkisp1/algorithms/lsc.cpp | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/src/ipa/rkisp1/algorithms/lsc.cpp b/src/ipa/rkisp1/algorithms/lsc.cpp
> index fec698234583..910b2ced292e 100644
> --- a/src/ipa/rkisp1/algorithms/lsc.cpp
> +++ b/src/ipa/rkisp1/algorithms/lsc.cpp
> @@ -27,7 +27,6 @@ namespace libcamera {
>  
>  namespace ipa::rkisp1::algorithms {
>  
> -
>  LOG_DEFINE_CATEGORY(RkISP1Lsc)
>  
>  namespace {
> 
> -- 
> 2.54.0
>

Patch
diff mbox series

diff --git a/src/ipa/rkisp1/algorithms/lsc.cpp b/src/ipa/rkisp1/algorithms/lsc.cpp
index fec698234583..910b2ced292e 100644
--- a/src/ipa/rkisp1/algorithms/lsc.cpp
+++ b/src/ipa/rkisp1/algorithms/lsc.cpp
@@ -27,7 +27,6 @@  namespace libcamera {
 
 namespace ipa::rkisp1::algorithms {
 
-
 LOG_DEFINE_CATEGORY(RkISP1Lsc)
 
 namespace {