CMake: [skip ci] remove trailing whitespaces

This commit is contained in:
wmayer
2022-08-24 07:46:07 +02:00
parent a1776d3e74
commit a899f078bd
7 changed files with 8 additions and 10 deletions

View File

@@ -233,7 +233,6 @@ QString UnitsSchemaInternal::schemaTranslate(const Quantity &quant, double &fact
else {
unitString = QString::fromLatin1("MN/m");
factor = 1e6;
}
}
else if (unit == Unit::Force) {