[v5,16/36] ipa: rkisp1: lsc: Remove rogue empty line
diff mbox series

Message ID 20260708-libipa-algorithms-v5-16-0759d0359f52@ideasonboard.com
State Superseded
Headers show
Series
  • ipa: libipa: Introduce libipa algorithms
Related show

Commit Message

Jacopo Mondi July 8, 2026, 3:50 p.m. UTC
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(-)

Comments

Stefan Klug July 13, 2026, 2:06 p.m. UTC | #1
Quoting Jacopo Mondi (2026-07-08 17:50:58)
> Remove an additional empty line.
> 
> Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

Reviewed-by: Stefan Klug <stefan.klug@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 8d92ee89cdaf..839525f16746 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 8d92ee89cdaf..839525f16746 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 {