Message ID | 20250119235536.30508-1-laurent.pinchart@ideasonboard.com |
---|---|
State | Accepted |
Headers | show |
Series |
|
Related | show |
On Mon, Jan 20, 2025 at 01:55:36AM +0200, Laurent Pinchart wrote: > 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> > --- > 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 >
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) {
Indentation in a doxygen comment is wrong, fix it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> --- src/ipa/libipa/lux.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) base-commit: 4dad8ece72c0c1c6c9e0101f4c31937bd739d001 -- Regards, Laurent Pinchart