diff liboctave/array/Array.h @ 31549:ed7b17c7ddf3 stable

maint: Strip trailing spaces and add missing EOL to all files. * README, NEWS.6.md, RELEASE_CHECKLIST.md, README.md, besselj.cc, Array.h, LSODE.cc, set.m, audiorecorder.m, play.m, set.m, patch.m: Strip trailing spaces. * command-widget.cc, led-indicator.cc, led-indicator.h: Add missing EOL to files.
author Rik <rik@octave.org>
date Fri, 25 Nov 2022 21:38:22 -0800
parents 3ea38ae97cc6
children c58f0f6ae207 33ce26ffc42b
line wrap: on
line diff
--- a/liboctave/array/Array.h	Fri Nov 25 21:23:54 2022 -0800
+++ b/liboctave/array/Array.h	Fri Nov 25 21:38:22 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); }