Cleanup: style, whitespace, doxy filepaths

This commit is contained in:
Campbell Barton
2016-06-19 06:25:54 +10:00
parent d67c07ea49
commit 2465bd90d5
63 changed files with 201 additions and 202 deletions

View File

@@ -199,7 +199,7 @@ bool SCA_PropertySensor::CheckPropertyCondition()
const float max = m_checkpropmaxval.ToFloat();
float val;
if (orgprop->GetValueType() == VALUE_STRING_TYPE){
if (orgprop->GetValueType() == VALUE_STRING_TYPE) {
val = orgprop->GetText().ToFloat();
}
else {
@@ -240,7 +240,7 @@ bool SCA_PropertySensor::CheckPropertyCondition()
const float ref = m_checkpropval.ToFloat();
float val;
if (orgprop->GetValueType() == VALUE_STRING_TYPE){
if (orgprop->GetValueType() == VALUE_STRING_TYPE) {
val = orgprop->GetText().ToFloat();
}
else {