Trivial code formatting for some {.cpp,.h} files

This commit is contained in:
luz.paz
2020-04-03 12:30:58 -04:00
committed by Yorik van Havre
parent a45738c629
commit d36c3ebe57
14 changed files with 95 additions and 94 deletions

View File

@@ -355,7 +355,7 @@ QString Unit::getString(void) const
}
if (Sig.Mass < 0) {
if(mult)
if (mult)
ret<<'*';
mult = true;
ret << "kg";
@@ -364,7 +364,7 @@ QString Unit::getString(void) const
}
if (Sig.Time < 0) {
if(mult)
if (mult)
ret<<'*';
mult = true;
ret << "s";
@@ -373,7 +373,7 @@ QString Unit::getString(void) const
}
if (Sig.ElectricCurrent < 0) {
if(mult)
if (mult)
ret<<'*';
mult = true;
ret << "A";