1
0
Fork 0

src/Autopilot/analogcomponent.cxx: fixed misleading indentation.

This commit is contained in:
Julian Smith 2020-12-30 13:48:00 +00:00
parent 8cead7e59b
commit b7d7edc49e

View file

@ -74,7 +74,7 @@ bool AnalogComponent::configure( SGPropertyNode& cfg_node,
if( name != "property" && name != "prop" )
continue;
const auto trimmed = simgear::strutils::strip(child->getStringValue());
const auto trimmed = simgear::strutils::strip(child->getStringValue());
_output_list.push_back( prop_root.getNode(trimmed, true) );
found = true;
}