[libcamera-devel] [PATCH 3/3] libcamera: geometry: Fix SizeRange constructor style

Kieran Bingham kieran.bingham at ideasonboard.com
Tue Jun 11 00:07:59 CEST 2019


Match the style of the SizeRange() which specifies the hStep and vStep,
and wrap the lines in pairs of min and max values.

Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
---
 src/libcamera/geometry.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/libcamera/geometry.cpp b/src/libcamera/geometry.cpp
index 97c367bcb454..fb8f628a0d8a 100644
--- a/src/libcamera/geometry.cpp
+++ b/src/libcamera/geometry.cpp
@@ -197,7 +197,8 @@ bool operator<(const Size &lhs, const Size &rhs)
  */
 
 /**
- * \fn SizeRange::SizeRange(unsigned int minW, unsigned int minH, unsigned int maxW, unsigned int maxH)
+ * \fn SizeRange::SizeRange(unsigned int minW, unsigned int minH,
+ *			    unsigned int maxW, unsigned int maxH)
  * \brief Construct an initialized size range
  * \param[in] minW The minimum width
  * \param[in] minH The minimum height
-- 
2.20.1



More information about the libcamera-devel mailing list