diff libgui/src/main-window.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/main-window.cc	Fri Jan 10 12:08:07 2020 -0800
+++ b/libgui/src/main-window.cc	Fri Jan 10 12:10:13 2020 -0800
@@ -178,7 +178,7 @@
 
     m_previous_dock = m_command_window;
 
-    // Set active editor depending on editor window. If the latter is
+    // Set active editor depending on editor window.  If the latter is
     // not initialized (qscintilla not present), use the external editor.
     if (m_editor_window)
       m_active_editor = m_editor_window;
@@ -1248,7 +1248,7 @@
   void main_window::request_open_file (void)
   {
     // Open file isn't a file_editor_tab or editor function since the file
-    // might be opened in an external editor. Hence, functionality is here.
+    // might be opened in an external editor.  Hence, functionality is here.
 
     resource_manager& rmgr = m_octave_qobj.get_resource_manager ();
     gui_settings *settings = rmgr.get_settings ();
@@ -1292,7 +1292,7 @@
   {
     bool ok;
     // Get the name of the new function: Parent of the input dialog is the
-    // editor window or the main window. The latter is chosen, if a custom
+    // editor window or the main window.  The latter is chosen, if a custom
     // editor is used or qscintilla is not available
     QWidget *p = m_editor_window;
     resource_manager& rmgr = m_octave_qobj.get_resource_manager ();