diff libinterp/corefcn/c-file-ptr-stream.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/c-file-ptr-stream.h	Thu Dec 01 14:28:07 2022 -0800
+++ b/libinterp/corefcn/c-file-ptr-stream.h	Thu Dec 01 20:05:44 2022 -0800
@@ -46,7 +46,7 @@
 
   typedef int (*close_fcn) (FILE *);
 
-  FILE *stdiofile (void) { return m_f; }
+  FILE * stdiofile (void) { return m_f; }
 
   c_file_ptr_buf (FILE *f, close_fcn cf = file_close)
     : std::streambuf (), m_f (f), m_cf (cf)