From 1512a0c9f0c0882c71a6bbadde812780ac24d650 Mon Sep 17 00:00:00 2001
From: Julien Malik <julien.malik@c-s.fr>
Date: Tue, 21 Jun 2011 10:20:34 +0200
Subject: [PATCH] STYLE: fix indent

---
 Code/Wrappers/PyQt/otbapp/widgets.py | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/Code/Wrappers/PyQt/otbapp/widgets.py b/Code/Wrappers/PyQt/otbapp/widgets.py
index 32c9639a43..69db8dfb4d 100644
--- a/Code/Wrappers/PyQt/otbapp/widgets.py
+++ b/Code/Wrappers/PyQt/otbapp/widgets.py
@@ -348,13 +348,13 @@ class QParameterGroup(QParameterBase):
                 form.addRow(w)
 
         if self._paramKey:
-           # not the root group
-           group = QtGui.QGroupBox()
-           group.setTitle( app.GetParameterName(self._paramKey) )
-           group.setLayout(form)
-           
-           layout = QtGui.QHBoxLayout()
-           layout.addWidget(group)
-           self.setLayout(layout)
+            # not the root group
+            group = QtGui.QGroupBox()
+            group.setTitle( app.GetParameterName(self._paramKey) )
+            group.setLayout(form)
+
+            layout = QtGui.QHBoxLayout()
+            layout.addWidget(group)
+            self.setLayout(layout)
         else:
             self.setLayout(form)
-- 
GitLab