From 3e753e2273508f6f8fa20d645592a763771f6c86 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 20 Jan 2025 01:54:37 +0200 Subject: ipa: libipa: lux: Fix indentation Indentation in a doxygen comment is wrong, fix it. Signed-off-by: Laurent Pinchart Reviewed-by: Paul Elder --- src/ipa/libipa/lux.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ipa/libipa') diff --git a/src/ipa/libipa/lux.cpp b/src/ipa/libipa/lux.cpp index bae8198f..61f8fea8 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) { -- cgit v1.2.1