diff libinterp/corefcn/oct-stdstrm.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-stdstrm.h	Thu Dec 01 14:28:07 2022 -0800
+++ b/libinterp/corefcn/oct-stdstrm.h	Thu Dec 01 20:05:44 2022 -0800
@@ -135,7 +135,7 @@
                const std::string& encoding = "utf-8",
                c_file_ptr_buf::close_fcn cf = c_file_ptr_buf::file_close)
     : tstdiostream<c_file_ptr_buf, io_c_file_ptr_stream, FILE *>
-       (n, f, f ? fileno (f) : -1, m, ff, encoding, cf) { }
+      (n, f, f ? fileno (f) : -1, m, ff, encoding, cf) { }
 
   static stream
   create (const std::string& n, FILE *f = nullptr,
@@ -172,7 +172,7 @@
                 const std::string& encoding = "utf-8",
                 c_zfile_ptr_buf::close_fcn cf = c_zfile_ptr_buf::file_close)
     : tstdiostream<c_zfile_ptr_buf, io_c_zfile_ptr_stream, gzFile>
-       (n, f, fid, m, ff, encoding, cf) { }
+      (n, f, fid, m, ff, encoding, cf) { }
 
   static stream
   create (const std::string& n, gzFile f = nullptr, int fid = 0,