diff liboctave/array/Array.h @ 31550:c58f0f6ae207

maint: merge stable to default
author Rik <rik@octave.org>
date Fri, 25 Nov 2022 21:38:43 -0800
parents db8735ee84da ed7b17c7ddf3
children edd01ca92952
line wrap: on
line diff
--- a/liboctave/array/Array.h	Fri Nov 25 13:58:54 2022 -0500
+++ b/liboctave/array/Array.h	Fri Nov 25 21:38:43 2022 -0800
@@ -635,7 +635,7 @@
   reshape (octave_idx_type nr, octave_idx_type nc) const
   { return Array<T, Alloc> (*this, dim_vector (nr, nc)); }
 
-  OCTARRAY_OVERRIDABLE_FUNC_API Array<T, Alloc> 
+  OCTARRAY_OVERRIDABLE_FUNC_API Array<T, Alloc>
   reshape (const dim_vector& new_dims) const
   { return Array<T, Alloc> (*this, new_dims); }