QTfrontend/M3Panel.h
changeset 5095 15dd764b728c
parent 4976 088d40d8aba2
child 6700 e04da46ee43c
--- a/QTfrontend/M3Panel.h	Sun Apr 03 16:31:48 2011 +0400
+++ b/QTfrontend/M3Panel.h	Sun Apr 03 16:34:12 2011 +0200
@@ -22,7 +22,7 @@
 #include "InstallController.h"
 
 class M3Panel : public InstallController
-        {
+{
     public:
         M3Panel(void);
         ~M3Panel();
@@ -32,6 +32,6 @@
     private:
         class Private;
         Private* c;
-        };
+};
 
 #endif