[PATCH] ipa: libipa: lux: Fix indentation

Laurent Pinchart laurent.pinchart at ideasonboard.com
Mon Jan 20 00:55:36 CET 2025


Indentation in a doxygen comment is wrong, fix it.

Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
 src/ipa/libipa/lux.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/ipa/libipa/lux.cpp b/src/ipa/libipa/lux.cpp
index bae8198fa169..61f8fea8e3d9 100644
--- a/src/ipa/libipa/lux.cpp
+++ b/src/ipa/libipa/lux.cpp
@@ -76,9 +76,9 @@ namespace ipa {
  */

 /**
-  * \brief Construct the Lux helper module
-  * \param[in] binSize The maximum count of each bin
-  */
+ * \brief Construct the Lux helper module
+ * \param[in] binSize The maximum count of each bin
+ */
 Lux::Lux(unsigned int binSize)
 	: binSize_(binSize)
 {

base-commit: 4dad8ece72c0c1c6c9e0101f4c31937bd739d001
--
Regards,

Laurent Pinchart



More information about the libcamera-devel mailing list