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:
parent
fdc01dc3e0
commit
3e753e2273
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue