summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShobhitAd <adlakhashobhit@gmail.com>2018-11-20 11:08:49 -0500
committerShobhitAd <adlakhashobhit@gmail.com>2018-11-20 11:08:49 -0500
commit1d1d4325b5ded10c53bfc314acd9b65d0d336d10 (patch)
treea36ebc042bb643e6d6217fcd463b6f06df13d45c
parent2af82c8d6f0cfc2b8907d28a2e6453d0506fdb64 (diff)
downloadsdl_core-1d1d4325b5ded10c53bfc314acd9b65d0d336d10.tar.gz
Style fix in MOBILE_API
-rw-r--r--src/components/interfaces/MOBILE_API.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 1707f65bad..714399bce6 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -547,9 +547,9 @@
<enum name="HybridAppPreference" since="5.1">
<description>Enumeration for the user's preference of which app type to use when both are available</description>
- <element name = "MOBILE" />
- <element name = "CLOUD" />
- <element name = "BOTH" />
+ <element name="MOBILE" />
+ <element name="CLOUD" />
+ <element name="BOTH" />
</enum>
<enum name="ButtonName" since="1.0">