From 60965d5f4d608bdccc2ffd4e8753e12cbbbd71d2 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 21 May 2023 13:35:09 -0400 Subject: Rerun clang-format --- libqpdf/QPDFMatrix.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'libqpdf/QPDFMatrix.cc') diff --git a/libqpdf/QPDFMatrix.cc b/libqpdf/QPDFMatrix.cc index 9fb24888..a54b4370 100644 --- a/libqpdf/QPDFMatrix.cc +++ b/libqpdf/QPDFMatrix.cc @@ -13,8 +13,7 @@ QPDFMatrix::QPDFMatrix() : { } -QPDFMatrix::QPDFMatrix( - double a, double b, double c, double d, double e, double f) : +QPDFMatrix::QPDFMatrix(double a, double b, double c, double d, double e, double f) : a(a), b(b), c(c), @@ -136,6 +135,6 @@ bool QPDFMatrix::operator==(QPDFMatrix const& rhs) const { return ( - (this->a == rhs.a) && (this->b == rhs.b) && (this->c == rhs.c) && - (this->d == rhs.d) && (this->e == rhs.e) && (this->f == rhs.f)); + (this->a == rhs.a) && (this->b == rhs.b) && (this->c == rhs.c) && (this->d == rhs.d) && + (this->e == rhs.e) && (this->f == rhs.f)); } -- cgit v1.2.3-70-g09d2