From c544506e1ad85e21f90ddaf4fe6c75975e8234a1 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Wed, 29 May 2019 22:17:05 +0100 Subject: libcamera: geometry: Fix SizeRange constructor style Match the style of the SizeRange() which specifies the hStep and vStep, and wrap the lines in pairs of min and max values. Reviewed-by: Jacopo Mondi Signed-off-by: Kieran Bingham --- src/libcamera/geometry.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libcamera') diff --git a/src/libcamera/geometry.cpp b/src/libcamera/geometry.cpp index 97c367bc..fb8f628a 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 -- cgit v1.2.1