diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2025-01-20 01:54:37 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2025-01-24 22:07:17 +0200 |
commit | 3e753e2273508f6f8fa20d645592a763771f6c86 (patch) | |
tree | 19221afbe8c07667332beba36202c5b09baacae3 /src/ipa | |
parent | fdc01dc3e0969423d65ee87f118164ec74373e5d (diff) |
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>
Diffstat (limited to 'src/ipa')
-rw-r--r-- | src/ipa/libipa/lux.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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) { |