ipa: libipa: lux: Fix indentation

Indentation in a doxygen comment is wrong, fix it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
This commit is contained in:
Laurent Pinchart 2025-01-20 01:54:37 +02:00
parent fdc01dc3e0
commit 3e753e2273

View file

@ -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)
{