Fixed indent
This commit is contained in:
parent
04e937792b
commit
1be8964c12
|
@ -166,7 +166,7 @@ macro_rules! storage_impl(
|
||||||
}
|
}
|
||||||
|
|
||||||
#[inline]
|
#[inline]
|
||||||
fn is_contiguous(&self) -> bool {
|
fn is_contiguous(&self) -> bool {
|
||||||
// Common cases that can be deduced at compile-time even if one of the dimensions
|
// Common cases that can be deduced at compile-time even if one of the dimensions
|
||||||
// is Dynamic.
|
// is Dynamic.
|
||||||
if (RStride::is::<U1>() && C::is::<U1>()) || // Column vector.
|
if (RStride::is::<U1>() && C::is::<U1>()) || // Column vector.
|
||||||
|
|
Loading…
Reference in New Issue