src/Autopilot/analogcomponent.cxx: fixed misleading indentation.
This commit is contained in:
parent
8cead7e59b
commit
b7d7edc49e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue