From 51f85e4e3ab598161488df32e77a8797007b68ef Mon Sep 17 00:00:00 2001 From: Orange Date: Wed, 16 Apr 2025 12:21:10 +0300 Subject: [PATCH] removed whitespaces --- include/omath/mat.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/omath/mat.hpp b/include/omath/mat.hpp index 24c57ce..68f867f 100644 --- a/include/omath/mat.hpp +++ b/include/omath/mat.hpp @@ -97,7 +97,7 @@ namespace omath { return At(row, col); } - + constexpr Mat(Mat&& other) noexcept { m_data = std::move(other.m_data);