From 2180f8ab97407accadbb00cf27a3f44b12a168c2 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);