diff libinterp/corefcn/graphics.cc @ 21602:47c76e56a1de

maint: Remove extra space between end of statement and semicolon. * bsxfun.cc, data.cc, gl-render.cc, graphics.cc, ls-mat4.h, amd.cc, audioread.cc, ccolamd.cc, colamd.cc, eigs-base.cc, sparse-chol.cc, sparse-dmsolve.cc, Sparse-op-defs.h, bicubic.m, sprandsym.m: maint: Remove extra space between end of statement and semicolon.
author Rik <rik@octave.org>
date Sun, 10 Apr 2016 20:45:01 -0700
parents ecce63c99c3f
children a0ebc922fd52
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.cc	Sun Apr 10 20:18:22 2016 -0700
+++ b/libinterp/corefcn/graphics.cc	Sun Apr 10 20:45:01 2016 -0700
@@ -3803,7 +3803,7 @@
       if (punits.compare ("inches"))
         {
           in2units = 1.0;
-          mm2units = 1 / 25.4 ;
+          mm2units = 1 / 25.4;
         }
       else if (punits.compare ("centimeters"))
         {
@@ -7147,7 +7147,7 @@
       if (xproperties.xlimmode_is ("auto"))
         {
           limits = xproperties.get_xlim ().matrix_value ();
-          FIX_LIMITS ;
+          FIX_LIMITS;
 
           get_children_limits (min_val, max_val, min_pos, max_neg, kids, 'x');
 
@@ -7165,7 +7165,7 @@
       if (xproperties.ylimmode_is ("auto"))
         {
           limits = xproperties.get_ylim ().matrix_value ();
-          FIX_LIMITS ;
+          FIX_LIMITS;
 
           get_children_limits (min_val, max_val, min_pos, max_neg, kids, 'y');
 
@@ -7183,7 +7183,7 @@
       if (xproperties.zlimmode_is ("auto"))
         {
           limits = xproperties.get_zlim ().matrix_value ();
-          FIX_LIMITS ;
+          FIX_LIMITS;
 
           get_children_limits (min_val, max_val, min_pos, max_neg, kids, 'z');
 
@@ -7201,7 +7201,7 @@
       if (xproperties.climmode_is ("auto"))
         {
           limits = xproperties.get_clim ().matrix_value ();
-          FIX_LIMITS ;
+          FIX_LIMITS;
 
           get_children_limits (min_val, max_val, min_pos, max_neg, kids, 'c');
 
@@ -7232,7 +7232,7 @@
       if (xproperties.alimmode_is ("auto"))
         {
           limits = xproperties.get_alim ().matrix_value ();
-          FIX_LIMITS ;
+          FIX_LIMITS;
 
           get_children_limits (min_val, max_val, min_pos, max_neg, kids, 'a');