diff scripts/plot/util/private/__add_default_menu__.m @ 26995:ab5bfee22d18

maint: Strip trailing whitespace from source files.
author John W. Eaton <jwe@octave.org>
date Wed, 27 Mar 2019 23:32:07 +0000
parents d7856bf83781
children d0f778462a51
line wrap: on
line diff
--- a/scripts/plot/util/private/__add_default_menu__.m	Wed Mar 27 23:26:27 2019 +0000
+++ b/scripts/plot/util/private/__add_default_menu__.m	Wed Mar 27 23:32:07 2019 +0000
@@ -160,7 +160,7 @@
   elseif (strcmp (get (hf, "toolbar"), "none"))
     toolbar_state = "off";
   endif
-  
+
   set (hmenu, "visible", menu_state);
   set (htb, "visible", toolbar_state);
 endfunction