mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
removed whitespaces
This commit is contained in:
@@ -97,7 +97,7 @@ namespace omath
|
||||
{
|
||||
return At(row, col);
|
||||
}
|
||||
|
||||
|
||||
constexpr Mat(Mat&& other) noexcept
|
||||
{
|
||||
m_data = std::move(other.m_data);
|
||||
|
||||
Reference in New Issue
Block a user