Fix typos and whitespace

This commit is contained in:
luzpaz
2023-03-22 14:37:58 +00:00
committed by Uwe
parent c3cc964a1f
commit eb852691df
6 changed files with 7 additions and 7 deletions

View File

@@ -340,7 +340,7 @@ bool DimensionFormatter::isNumericFormat(QString formatSpecifier)
return false;
}
//TODO: similiar code here and above
//TODO: similar code here and above
QStringList DimensionFormatter::getPrefixSuffixSpec(QString fSpec)
{
QStringList result;