diff libgui/src/m-editor/octave-qscintilla.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 f1844e33f621
line wrap: on
line diff
--- a/libgui/src/m-editor/octave-qscintilla.cc	Fri Jan 10 12:08:07 2020 -0800
+++ b/libgui/src/m-editor/octave-qscintilla.cc	Fri Jan 10 12:10:13 2020 -0800
@@ -191,7 +191,7 @@
 
 #if defined (Q_OS_MAC)
     // Octave interprets Cmd key as Meta whereas Qscintilla interprets it
-    // as Ctrl. We thus invert Meta/Ctrl in Qscintilla's shortcuts list.
+    // as Ctrl.  We thus invert Meta/Ctrl in Qscintilla's shortcuts list.
     QList< QsciCommand * > cmd_list_mac = cmd_set->commands ();
     for (int i = 0; i < cmd_list_mac.length (); i++)
       {
@@ -936,7 +936,7 @@
          catch (const execution_exception& e)
            {
              // Catch errors otherwise the rest of the interpreter
-             // will not be executed (cleaning up). Clean up before.
+             // will not be executed (cleaning up).  Clean up before.
              Frmpath (interp, path);
              emit ctx_menu_run_finished_signal (show_dbg_file,
                                                 tmp_file, tmp_hist, tmp_script);