diff libgui/src/main-window.h @ 15367:501a9cc2c68f

maint: whitespace cleanup in GUI code
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 12 Sep 2012 16:34:39 -0400
parents fd27e10b9b05
children 24b5348d38e7
line wrap: on
line diff
--- a/libgui/src/main-window.h	Wed Sep 12 16:23:13 2012 -0400
+++ b/libgui/src/main-window.h	Wed Sep 12 16:34:39 2012 -0400
@@ -54,14 +54,14 @@
 #include "octave-event-observer.h"
 
 /**
-  * \class MainWindow
-  *
-  * Represents the main window.
-  */
+ * \class MainWindow
+ *
+ * Represents the main window.
+ */
 class main_window
-    : public QMainWindow, public octave_event_observer
+  : public QMainWindow, public octave_event_observer
 {
-Q_OBJECT public:
+  Q_OBJECT public:
   main_window (QWidget * parent = 0);
   ~main_window ();