diff options
author | Hugues Delorme <delorme.hugues@fougsys.fr> | 2011-11-10 16:06:19 +0100 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@nokia.com> | 2011-11-14 10:29:35 +0100 |
commit | d4a4ca50543fc5f35adfd2f22916198d49a4e6e1 (patch) | |
tree | b142d232180bce8cf0a3b41a6b76b7ebb0200003 /src/plugins/bazaar/pullorpushdialog.cpp | |
parent | 73138f633fd384ae3adae58976109de776dc1156 (diff) | |
download | qt-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/pullorpushdialog.cpp')
-rw-r--r-- | src/plugins/bazaar/pullorpushdialog.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/bazaar/pullorpushdialog.cpp b/src/plugins/bazaar/pullorpushdialog.cpp index 8b6fd6dd85..4db02fdc21 100644 --- a/src/plugins/bazaar/pullorpushdialog.cpp +++ b/src/plugins/bazaar/pullorpushdialog.cpp @@ -36,10 +36,10 @@ using namespace Bazaar::Internal; -PullOrPushDialog::PullOrPushDialog(Mode mode, QWidget *parent) : - QDialog(parent), - m_mode(mode), - m_ui(new Ui::PullOrPushDialog) +PullOrPushDialog::PullOrPushDialog(Mode mode, QWidget *parent) + : QDialog(parent), + m_mode(mode), + m_ui(new Ui::PullOrPushDialog) { m_ui->setupUi(this); m_ui->localPathChooser->setExpectedKind(Utils::PathChooser::Directory); |