Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kamm <mail@ckamm.de>2017-05-17 11:55:42 +0300
committerckamm <mail@ckamm.de>2017-05-17 13:26:27 +0300
commitc8d0f788e00bdae125a26d9159ce9efdd6325cd2 (patch)
treead77cb515fe650984e6b76dfffe09838090d77bd /src/gui/proxyauthdialog.cpp
parentae263d60bd6d1bc0eb0c3712bab11de120b8cdd3 (diff)
Apply clang-format
Diffstat (limited to 'src/gui/proxyauthdialog.cpp')
-rw-r--r--src/gui/proxyauthdialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/proxyauthdialog.cpp b/src/gui/proxyauthdialog.cpp
index 044d8c9f2..c5680bb7e 100644
--- a/src/gui/proxyauthdialog.cpp
+++ b/src/gui/proxyauthdialog.cpp
@@ -17,9 +17,9 @@
namespace OCC {
-ProxyAuthDialog::ProxyAuthDialog(QWidget *parent) :
- QDialog(parent),
- ui(new Ui::ProxyAuthDialog)
+ProxyAuthDialog::ProxyAuthDialog(QWidget *parent)
+ : QDialog(parent)
+ , ui(new Ui::ProxyAuthDialog)
{
ui->setupUi(this);
}