summaryrefslogtreecommitdiff
path: root/src/plugins/bazaar/cloneoptionspanel.cpp
diff options
context:
space:
mode:
authorHugues Delorme <delorme.hugues@fougsys.fr>2011-11-10 16:06:19 +0100
committerTobias Hunger <tobias.hunger@nokia.com>2011-11-14 10:29:35 +0100
commitd4a4ca50543fc5f35adfd2f22916198d49a4e6e1 (patch)
treeb142d232180bce8cf0a3b41a6b76b7ebb0200003 /src/plugins/bazaar/cloneoptionspanel.cpp
parent73138f633fd384ae3adae58976109de776dc1156 (diff)
downloadqt-creator-d4a4ca50543fc5f35adfd2f22916198d49a4e6e1.tar.gz
Bazaar: whitespace and indentation fixes
Change-Id: I31258a10bd79a047f25787d38c070b0c95ed9f78 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Diffstat (limited to 'src/plugins/bazaar/cloneoptionspanel.cpp')
-rw-r--r--src/plugins/bazaar/cloneoptionspanel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/bazaar/cloneoptionspanel.cpp b/src/plugins/bazaar/cloneoptionspanel.cpp
index 8613ecf0d8..febcecd8ba 100644
--- a/src/plugins/bazaar/cloneoptionspanel.cpp
+++ b/src/plugins/bazaar/cloneoptionspanel.cpp
@@ -38,9 +38,9 @@
namespace Bazaar {
namespace Internal {
-CloneOptionsPanel::CloneOptionsPanel(QWidget *parent) :
- QWidget(parent),
- m_ui(new Ui::CloneOptionsPanel)
+CloneOptionsPanel::CloneOptionsPanel(QWidget *parent)
+ : QWidget(parent),
+ m_ui(new Ui::CloneOptionsPanel)
{
m_ui->setupUi(this);
}