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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user