diff libgui/graphics/Canvas.cc @ 27929:265b386f8b20

maint: Use two spaces between sentences in code comments. * Canvas.cc, Figure.cc, ObjectProxy.cc, documentation.cc, gui-preferences-sc.h, gui-settings.cc, file-editor-tab.cc, file-editor.cc, find-dialog.cc, octave-qscintilla.cc, main-window.cc, qt-interpreter-events.cc, resource-manager.cc, workspace-model.cc, gl2ps-print.cc, graphics.cc, ls-hdf5.cc, urlwrite.cc, __ode15__.cc, gzip.cc, pt-anon-scopes.cc, pt-jit.cc, DASPK.cc, url-transfer.cc: Use two spaces between sentences in code comments.
author Rik <rik@octave.org>
date Fri, 10 Jan 2020 12:10:13 -0800
parents bd51beb6205e
children 0c6dcf803529 94396ec1a89d
line wrap: on
line diff
--- a/libgui/graphics/Canvas.cc	Fri Jan 10 12:08:07 2020 -0800
+++ b/libgui/graphics/Canvas.cc	Fri Jan 10 12:10:13 2020 -0800
@@ -670,7 +670,7 @@
                                       "windowbuttondownfcn",
                                       button_number (event));
 
-              // Execute the "buttondownfcn" of the selected object. If the
+              // Execute the "buttondownfcn" of the selected object.  If the
               // latter is empty then execute the figure "buttondownfcn"
               if (currentObj && ! currentObj.get ("buttondownfcn").isempty ())
                 emit gh_callback_event (currentObj.get_handle (),