Remove trailing white spaces
Change-Id: I4ff016476e73870405377f76b13fb2e74749a047 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
0b37ed0262
commit
26a9fc4e52
@ -54,7 +54,7 @@ public:
|
||||
QDebug operator<<(QDebug dbg, const Coordinate &c)
|
||||
{
|
||||
dbg.nospace() << "(" << c.x() << ", " << c.y() << ")";
|
||||
|
||||
|
||||
return dbg.space();
|
||||
}
|
||||
//! [0]
|
||||
|
Loading…
Reference in New Issue
Block a user