aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2017-06-19 17:37:44 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2017-06-20 11:57:02 +0000
commitc7e8477f55015a6f757a7a227c1aba80dd5061de (patch)
tree71c0ffa6f3ffd886c3d330c994f4e9cad8a9a90d /examples
parent50b0bb50e6fb76a404a23bb9ced4594034d86f2d (diff)
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 <robert.griebl@pelagicore.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/core/qface-ivi-climate/example-ivi-climate.qface2
1 files changed, 1 insertions, 1 deletions
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