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