Remove trailing white spaces
Change-Id: I4ff016476e73870405377f76b13fb2e74749a047 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>bb10
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