From 51657e10769faa2617d546a06c42e4c62a19bb50 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 30 Jan 2022 17:41:24 +0100 Subject: Removed trailing whitespace all over the place --- Stars45/Geometry.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Stars45/Geometry.h') diff --git a/Stars45/Geometry.h b/Stars45/Geometry.h index f8ddcdf..68df836 100644 --- a/Stars45/Geometry.h +++ b/Stars45/Geometry.h @@ -265,8 +265,8 @@ struct Quaternion static const char* TYPENAME() { return "Quaternion"; } Quaternion() : x(0), y(0), z(0), w(0) { } - Quaternion(double ix, - double iy, + Quaternion(double ix, + double iy, double iz, double iw) : x(ix), y(iy), z(iz), w(iw) { } Quaternion(const Quaternion& q) : x(q.x), y(q.y), z(q.z), w(q.w) { } -- cgit v1.1