summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebenginequotarequest.cpp
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-04-16 15:01:15 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-05-03 15:05:17 +0000
commit700877fab0fd04130815e75c935b8440f447b211 (patch)
treeef898ef23f6c1cf865708263fa80369ec7469fd4 /src/core/api/qwebenginequotarequest.cpp
parentb81d7095825cdd4f486e83894c801e596f248936 (diff)
Cleanup coding style in src/core/api
Change-Id: I1c235d49a9520088142fbc89d21fc589d4037a4f Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/core/api/qwebenginequotarequest.cpp')
-rw-r--r--src/core/api/qwebenginequotarequest.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/api/qwebenginequotarequest.cpp b/src/core/api/qwebenginequotarequest.cpp
index 49c9f041f..7686d0806 100644
--- a/src/core/api/qwebenginequotarequest.cpp
+++ b/src/core/api/qwebenginequotarequest.cpp
@@ -64,8 +64,7 @@ QT_BEGIN_NAMESPACE
/*! \internal */
QWebEngineQuotaRequest::QWebEngineQuotaRequest(QSharedPointer<QtWebEngineCore::QuotaRequestController> controller)
: d_ptr(controller)
-{
-}
+{}
/*!
Rejects a request for larger persistent storage.