Fix misc. linting and typos

Trim whitespace; move imports to separate lines, fix typos
This commit is contained in:
luzpaz
2023-04-25 13:41:29 +00:00
committed by wwmayer
parent 84ebc27646
commit 4e2124e1d3
5 changed files with 11 additions and 10 deletions

View File

@@ -2566,7 +2566,7 @@ Base::Vector3d QGIViewDimension::findIsoExt(Base::Vector3d dir) const
else if (dir.IsEqual(-isoZ, FLT_EPSILON)) {
return -isoX;
}
//tarfu
Base::Console().Message("QGIVD::findIsoExt - %s - input is not iso axis\n",
getViewObject()->getNameInDocument());