@@ -157,8 +157,8 @@ inline void check_not_equal(
157157#if !defined(PQXX_HAVE_SOURCE_LOCATION)
158158 char const file[], int line,
159159#endif
160- VALUE1 const &value1, char const text1[], VALUE2 const &value2, char const text2[],
161- std::string const &desc
160+ VALUE1 const &value1, char const text1[], VALUE2 const &value2,
161+ char const text2[], std::string const &desc
162162#if defined(PQXX_HAVE_SOURCE_LOCATION)
163163 ,
164164 std::source_location loc = std::source_location::current()
@@ -201,8 +201,8 @@ inline void check_less(
201201#if !defined(PQXX_HAVE_SOURCE_LOCATION)
202202 char const file[], int line,
203203#endif
204- VALUE1 const &value1, char const text1[], VALUE2 const &value2, char const text2[],
205- std::string const &desc
204+ VALUE1 const &value1, char const text1[], VALUE2 const &value2,
205+ char const text2[], std::string const &desc
206206#if defined(PQXX_HAVE_SOURCE_LOCATION)
207207 ,
208208 std::source_location loc = std::source_location::current()
@@ -248,8 +248,8 @@ inline void check_less_equal(
248248#if !defined(PQXX_HAVE_SOURCE_LOCATION)
249249 char const file[], int line,
250250#endif
251- VALUE1 const &value1, char const text1[], VALUE2 const &value2, char const text2[],
252- std::string const &desc
251+ VALUE1 const &value1, char const text1[], VALUE2 const &value2,
252+ char const text2[], std::string const &desc
253253#if defined(PQXX_HAVE_SOURCE_LOCATION)
254254 ,
255255 std::source_location loc = std::source_location::current()
@@ -376,8 +376,9 @@ inline void check_bounds(
376376#if !defined(PQXX_HAVE_SOURCE_LOCATION)
377377 char const file[], int line,
378378#endif
379- VALUE const &value, char const text[], LOWER const &lower, char const lower_text[],
380- UPPER const &upper, char const upper_text[], std::string const &desc
379+ VALUE const &value, char const text[], LOWER const &lower,
380+ char const lower_text[], UPPER const &upper, char const upper_text[],
381+ std::string const &desc
381382#if defined(PQXX_HAVE_SOURCE_LOCATION)
382383 ,
383384 std::source_location loc = std::source_location::current()
0 commit comments