diff libgui/src/workspace-model.cc @ 27935:f1844e33f621

maint: Use Octave coding conventions in libgui/ directory. * Table.cc, qt-graphics-toolkit.cc, documentation.cc, documentation.h, files-dock-widget.cc, find-files-dialog.cc, gui-preferences-cs.h, gui-preferences-dw.h, gui-preferences-ed.h, gui-preferences-ff.h, gui-preferences-mw.h, gui-preferences-sc.h, history-dock-widget.cc, file-editor-tab.cc, file-editor.cc, find-dialog.cc, octave-qscintilla.cc, main-window.cc, octave-dock-widget.cc, octave-qobject.cc, resource-manager.cc, set-path-dialog.cc, set-path-model.cc, settings-dialog.cc, settings-dialog.h, shortcut-manager.cc, tab-bar.cc, variable-editor.cc, workspace-model.cc, workspace-model.h, workspace-view.cc: Use Octave coding conventions in libgui/ directory.
author Rik <rik@octave.org>
date Sun, 12 Jan 2020 09:33:21 -0800
parents 265b386f8b20
children 0a5b15007766
line wrap: on
line diff
--- a/libgui/src/workspace-model.cc	Sat Jan 11 13:55:55 2020 -0800
+++ b/libgui/src/workspace-model.cc	Sun Jan 12 09:33:21 2020 -0800
@@ -198,8 +198,7 @@
   void
   workspace_model::notice_settings (const gui_settings *settings)
   {
-    m_enable_colors =
-        settings->value (ws_enable_colors).toBool ();
+    m_enable_colors = settings->value (ws_enable_colors).toBool ();
 
     for (int i = 0; i < ws_colors_count; i++)
       {