From c7e8477f55015a6f757a7a227c1aba80dd5061de Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Mon, 19 Jun 2017 17:37:44 +0200 Subject: Fix example qface file to work also on fedora On fedora PyYAML reports the missing space as an error Change-Id: I3723d71aff0a2a4e3ed6fb90b521de1aee6a3118 Reviewed-by: Robert Griebl --- examples/core/qface-ivi-climate/example-ivi-climate.qface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/core/qface-ivi-climate/example-ivi-climate.qface b/examples/core/qface-ivi-climate/example-ivi-climate.qface index cd83698..a89d2fa 100644 --- a/examples/core/qface-ivi-climate/example-ivi-climate.qface +++ b/examples/core/qface-ivi-climate/example-ivi-climate.qface @@ -21,7 +21,7 @@ interface ClimateControl { * @brief value holds the fan speed level, where the level can be between * minimumValue(off) to maximumValue (strongest). */ - @config_simulator: { range:[0, 50] } + @config_simulator: { range: [0, 50] } int fanSpeedLevel; /** * @brief value holds the steering wheel heater level, where the level can -- cgit v1.2.3