diff options
author | Alex Wilson <alex.wilson@nokia.com> | 2012-05-15 15:38:49 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-05-15 08:50:10 +0200 |
commit | bc49b871f1c5c69ccefb18f87db1f3f94a995a56 (patch) | |
tree | 778d018a5729a4c672cb1cfe08cd807b3c4d27ee /src/location/qgeoboundingcircle.cpp | |
parent | d9a01fd2df5068c8722ba358fe05f08ba39ca83e (diff) | |
download | qtlocation-bc49b871f1c5c69ccefb18f87db1f3f94a995a56.tar.gz |
Coding style fixes: whitespace around pointers/references
Change-Id: Ie527591e2d9a1578137136fb6664e86c43eed1bf
Reviewed-by: Thomas Lowe <thomas.lowe@nokia.com>
Reviewed-by: Alex Wilson <alex.wilson@nokia.com>
Diffstat (limited to 'src/location/qgeoboundingcircle.cpp')
-rw-r--r-- | src/location/qgeoboundingcircle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/qgeoboundingcircle.cpp b/src/location/qgeoboundingcircle.cpp index 67736c70..5a2fcd0d 100644 --- a/src/location/qgeoboundingcircle.cpp +++ b/src/location/qgeoboundingcircle.cpp @@ -119,7 +119,7 @@ QGeoBoundingCircle::~QGeoBoundingCircle() {} Assigns \a other to this bounding circle and returns a reference to this bounding circle. */ -QGeoBoundingCircle& QGeoBoundingCircle::operator = (const QGeoBoundingCircle & other) +QGeoBoundingCircle &QGeoBoundingCircle::operator = (const QGeoBoundingCircle & other) { if (this == &other) return *this; |