mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 12:34:55 +02:00
Fix misleading indentation
This commit is contained in:
@@ -193,7 +193,7 @@ std::istream& operator>>(std::istream& in, Matrix<N,M,T>& mat)
|
|||||||
for(int i=0;i<N;++i)
|
for(int i=0;i<N;++i)
|
||||||
for(int j=0;j<M;++j)
|
for(int j=0;j<M;++j)
|
||||||
in >> mat(i,j);
|
in >> mat(i,j);
|
||||||
return in;
|
return in;
|
||||||
}
|
}
|
||||||
|
|
||||||
// faster comparing for 3x3 matrixes
|
// faster comparing for 3x3 matrixes
|
||||||
|
Reference in New Issue
Block a user