CMake: [skip ci] remove trailing whitespaces

This commit is contained in:
wmayer
2022-08-24 07:46:07 +02:00
parent 46cee50bd5
commit ff38f8b8e8
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) {