1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-27 08:54:23 +02:00

Debug stream code cleanup/unification

This commit is contained in:
2018-01-21 11:19:46 +01:00
parent fda33cc95b
commit 58e1980b0d
11 changed files with 18 additions and 22 deletions

View File

@ -187,5 +187,5 @@ QDebug operator<<(QDebug dbg, const GCS &gcs)
{
dbg.nospace() << "GCS(" << gcs.datum() << ", " << gcs.primeMeridian()
<< ", " << gcs.angularUnits() << ")";
return dbg.maybeSpace();
return dbg.space();
}