diff libinterp/octave-value/ov-range.cc @ 30391:fe6d1711feea

maint: merge stable to default.
author Rik <rik@octave.org>
date Sun, 28 Nov 2021 22:03:07 -0800
parents 91c6288781ba a61e1a0f6024
children 9f4442cccedf
line wrap: on
line diff
--- a/libinterp/octave-value/ov-range.cc	Mon Nov 29 11:19:38 2021 +0900
+++ b/libinterp/octave-value/ov-range.cc	Sun Nov 28 22:03:07 2021 -0800
@@ -246,7 +246,7 @@
 template <typename T>
 octave_value
 ov_range<T>::do_index_op (const octave_value_list& idx,
-                                   bool resize_ok)
+                          bool resize_ok)
 {
   if (idx.length () == 1 && ! resize_ok)
     {
@@ -723,7 +723,7 @@
 template <typename T>
 bool
 ov_range<T>::load_binary (std::istream& is, bool swap,
-                                   octave::mach_info::float_format /* fmt */)
+                          octave::mach_info::float_format /* fmt */)
 {
   // FIXME: Not always double!