summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2018-05-31 10:27:59 -0400
committerJackLivio <jack@livio.io>2018-05-31 10:27:59 -0400
commitd073d384e0f1f65b26ea1be43bfc76752491fe4c (patch)
tree8acb5abd3f8cf905d4cbb8fd21993c70aaafd3c0
parent9cd4c58a4f22243c29997211b2751f285b313679 (diff)
downloadsdl_core-d073d384e0f1f65b26ea1be43bfc76752491fe4c.tar.gz
Remove extra line and fix style
-rw-r--r--src/components/application_manager/src/commands/mobile/set_display_layout_request.cc6
-rw-r--r--src/components/interfaces/MOBILE_API.xml1
2 files changed, 3 insertions, 4 deletions
diff --git a/src/components/application_manager/src/commands/mobile/set_display_layout_request.cc b/src/components/application_manager/src/commands/mobile/set_display_layout_request.cc
index 648a531e92..ed60ca4928 100644
--- a/src/components/application_manager/src/commands/mobile/set_display_layout_request.cc
+++ b/src/components/application_manager/src/commands/mobile/set_display_layout_request.cc
@@ -76,9 +76,9 @@ void SetDisplayLayoutRequest::Run() {
// Template layout is the same as previous layout
// Reject message if colors are set
if (msg_params.keyExists(strings::day_color_scheme) &&
- app->day_color_scheme() != NULL &&
- !(msg_params[strings::day_color_scheme] ==
- *(app->day_color_scheme()))) {
+ app->day_color_scheme() != NULL &&
+ !(msg_params[strings::day_color_scheme] ==
+ *(app->day_color_scheme()))) {
// Color scheme param exists and has been previously set, do not allow
// color change
LOG4CXX_DEBUG(logger_, "Reject Day Color Scheme Change");
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 0964164fb1..7780d80113 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -1118,7 +1118,6 @@
<description>TPMS reports the tire is not trained.</description>
</element>
</enum>
-
<enum name="FuelType">
<element name="GASOLINE" />