diff libinterp/corefcn/oct-strstrm.h @ 31608:23664317f0d3

maint: merge stable to default
author Rik <rik@octave.org>
date Thu, 01 Dec 2022 20:05:44 -0800
parents dfa5d9c3ae72 aac27ad79be6
children 5f11de0e7440
line wrap: on
line diff
--- a/libinterp/corefcn/oct-strstrm.h	Thu Dec 01 14:28:07 2022 -0800
+++ b/libinterp/corefcn/oct-strstrm.h	Thu Dec 01 20:05:44 2022 -0800
@@ -42,7 +42,7 @@
 
   base_strstream (std::ios::openmode m = std::ios::out,
                   mach_info::float_format ff
-                    = mach_info::native_float_format (),
+                  = mach_info::native_float_format (),
                   const std::string& encoding = "utf-8")
     : base_stream (m, ff, encoding) { }