diff scripts/gui/uipanel.m @ 20715:5b7643257978

Remove trailing whitespace at end of lines. * stl_algo.h-fixed, container.txi, genpropdoc.m, gui.txi, plot.txi, plotimages.m, RELEASE.PROCESS, Figure.cc, Figure.h, gl-render.h, gl2ps-renderer.cc, gl2ps-renderer.h, graphics.cc, jit-typeinfo.cc, sub2ind.cc, txt-eng-ft.cc, txt-eng-ft.h, ov-base-diag.h, ov-base-mat.cc, pt-eval.cc, CMatrix.cc, acinclude.m4, quadgk.m, uicontextmenu.m, uicontrol.m, uipanel.m, uipushtool.m, uitoggletool.m, uitoolbar.m, waitbar.m, imshow.m, viridis.m, ode_event_handler.m, fminunc.m, fplot.m, plot.m, surfnorm.m, quantile.m, datevec.m: Remove trailing whitespace at end of lines.
author Rik <rik@octave.org>
date Wed, 18 Nov 2015 16:40:22 -0800
parents 93d96da9ff3e
children 1ecee53513d7
line wrap: on
line diff
--- a/scripts/gui/uipanel.m	Wed Nov 18 16:12:41 2015 -0800
+++ b/scripts/gui/uipanel.m	Wed Nov 18 16:40:22 2015 -0800
@@ -25,11 +25,11 @@
 ## uipanels are used as containers to group other uicontrol objects.
 ##
 ## If @var{parent} is omitted then a uipanel for the current figure is
-## created. If no figure is available, a new figure is created first. 
+## created. If no figure is available, a new figure is created first.
 ##
-## If @var{parent} is given then a uipanel relative to @var{parent} is created. 
-## 
-## Any provided property value pairs will override the default values of the created 
+## If @var{parent} is given then a uipanel relative to @var{parent} is created.
+##
+## Any provided property value pairs will override the default values of the created
 ## uipanel object.
 ##
 ## Uipanel propertes are documented at @ref{Uipanel Properties}.