diff options
| author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-20 11:03:48 +0200 |
|---|---|---|
| committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-21 08:53:38 +0200 |
| commit | 1be271713ebcbca2f2cc1dd8734f2740165dab96 (patch) | |
| tree | f39c4c241bae383427d466e6225889ab3e91efea /src/corelib/thread/qwaitcondition.h | |
| parent | 3e09ac369dc8e2851ff772b9d9dde92fffd959b2 (diff) | |
Whitespace cleanup in corelib/ mimetypes, plugin and thread
Done with selective application of clang-format
Change-Id: Iee6bf2426de81356b6d480629ba972f980b6d93d
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/thread/qwaitcondition.h')
| -rw-r--r-- | src/corelib/thread/qwaitcondition.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/thread/qwaitcondition.h b/src/corelib/thread/qwaitcondition.h index 0a47ac37172..3d0117ad03c 100644 --- a/src/corelib/thread/qwaitcondition.h +++ b/src/corelib/thread/qwaitcondition.h @@ -73,7 +73,7 @@ public: private: Q_DISABLE_COPY(QWaitCondition) - QWaitConditionPrivate * d; + QWaitConditionPrivate *d; }; #else |
