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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Schuster <michael@schuster.ms>2019-12-21 06:06:37 +0300
committerMichael Schuster <48932272+misch7@users.noreply.github.com>2019-12-24 09:46:57 +0300
commit542590db7ccfe5aeebd96e4908228400fa43698a (patch)
tree148bcd34ac6b7ab569ea9f9a62fce43a21ae8475 /src/gui/creds
parente04aae94bc3f5c35c85e3c2482f4b32de2fc2f5b (diff)
Small fixes and code cleanup
Signed-off-by: Michael Schuster <michael@schuster.ms>
Diffstat (limited to 'src/gui/creds')
-rw-r--r--src/gui/creds/webflowcredentialsdialog.cpp2
-rw-r--r--src/gui/creds/webflowcredentialsdialog.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/creds/webflowcredentialsdialog.cpp b/src/gui/creds/webflowcredentialsdialog.cpp
index 6d8b9473f..b47cef562 100644
--- a/src/gui/creds/webflowcredentialsdialog.cpp
+++ b/src/gui/creds/webflowcredentialsdialog.cpp
@@ -112,4 +112,4 @@ void WebFlowCredentialsDialog::slotShowSettingsDialog()
});
}
-}
+} // namespace OCC
diff --git a/src/gui/creds/webflowcredentialsdialog.h b/src/gui/creds/webflowcredentialsdialog.h
index 67775ff7b..880eec1b7 100644
--- a/src/gui/creds/webflowcredentialsdialog.h
+++ b/src/gui/creds/webflowcredentialsdialog.h
@@ -50,6 +50,6 @@ private:
QVBoxLayout *_layout;
};
-}
+} // namespace OCC
#endif // WEBFLOWCREDENTIALSDIALOG_H