diff libgui/src/documentation.h @ 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 bd51beb6205e
children 9e769371fb45
line wrap: on
line diff
--- a/libgui/src/documentation.h	Sat Jan 11 13:55:55 2020 -0800
+++ b/libgui/src/documentation.h	Sun Jan 12 09:33:21 2020 -0800
@@ -70,7 +70,7 @@
 
   protected:
 
-     void wheelEvent (QWheelEvent *we);
+    void wheelEvent (QWheelEvent *we);
 
   private: