summaryrefslogtreecommitdiff
path: root/src/ipa/ipu3/algorithms/blc.cpp
diff options
context:
space:
mode:
authorMilan Zamazal <mzamazal@redhat.com>2024-09-02 17:41:57 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2024-09-02 21:34:14 +0300
commit759b0731d2ec50c11d0a6be496f62e3c05723cc2 (patch)
treea6ad8f53219f22e97790f8a4728e5a89487fe631 /src/ipa/ipu3/algorithms/blc.cpp
parentc9eb4a71f1b240136e2fd21f951cc32e614fc57f (diff)
libcamera: ipu3: Formatting improvements
The LSP autoformatter doesn't like some of the current formatting, let's make it happier. Note that not all of its suggestions were accepted because readability is preferred and adjusting .clang-format may not be easy or possible. Signed-off-by: Milan Zamazal <mzamazal@redhat.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/ipa/ipu3/algorithms/blc.cpp')
-rw-r--r--src/ipa/ipu3/algorithms/blc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipa/ipu3/algorithms/blc.cpp b/src/ipa/ipu3/algorithms/blc.cpp
index fa4b9272..35748fb2 100644
--- a/src/ipa/ipu3/algorithms/blc.cpp
+++ b/src/ipa/ipu3/algorithms/blc.cpp
@@ -55,8 +55,8 @@ void BlackLevelCorrection::prepare([[maybe_unused]] IPAContext &context,
* tuning processes. This is a first rough approximation.
*/
params->obgrid_param.gr = 64;
- params->obgrid_param.r = 64;
- params->obgrid_param.b = 64;
+ params->obgrid_param.r = 64;
+ params->obgrid_param.b = 64;
params->obgrid_param.gb = 64;
/* Enable the custom black level correction processing */