From b7d7edc49ee8c6fa6c6ef21aa8e09c152eb787d4 Mon Sep 17 00:00:00 2001 From: Julian Smith <jules@op59.net> Date: Wed, 30 Dec 2020 13:48:00 +0000 Subject: [PATCH] src/Autopilot/analogcomponent.cxx: fixed misleading indentation. --- src/Autopilot/analogcomponent.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Autopilot/analogcomponent.cxx b/src/Autopilot/analogcomponent.cxx index 3abcf0c5a..f161d88cf 100644 --- a/src/Autopilot/analogcomponent.cxx +++ b/src/Autopilot/analogcomponent.cxx @@ -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; }