diff libinterp/corefcn/graphics.in.h @ 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 83f9f8bda883
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.in.h	Mon Nov 29 11:19:38 2021 +0900
+++ b/libinterp/corefcn/graphics.in.h	Sun Nov 28 22:03:07 2021 -0800
@@ -4232,8 +4232,8 @@
                      const bool logscale);
 
     OCTINTERP_API void
-    check_axis_limits (Matrix &limits, const Matrix kids,
-                       const bool logscale, char &update_type);
+    check_axis_limits (Matrix& limits, const Matrix kids,
+                       const bool logscale, char& update_type);
 
     void update_xlim ()
     {
@@ -6573,7 +6573,7 @@
 
   virtual void execute (void) = 0;
 
- private:
+private:
   int m_busyaction;
 };
 
@@ -6583,7 +6583,7 @@
 {
 public:
 
-  typedef void (*event_fcn) (void*);
+  typedef void (*event_fcn) (void *);
 
   graphics_event (void) = default;