Remove trailing white spaces

Change-Id: I4ff016476e73870405377f76b13fb2e74749a047
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
Robert Loehning 2012-11-29 15:51:27 +01:00 committed by The Qt Project
parent 0b37ed0262
commit 26a9fc4e52

View File

@ -54,7 +54,7 @@ public:
QDebug operator<<(QDebug dbg, const Coordinate &c)
{
dbg.nospace() << "(" << c.x() << ", " << c.y() << ")";
return dbg.space();
}
//! [0]