summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2019-04-08 11:30:43 -0400
committerJoey Grover <joeygrover@gmail.com>2019-04-08 11:30:43 -0400
commitee234532244105d2973cfc82591d954f06f56472 (patch)
treed4e4f999f272b1d105bf31fb0f6fe7c281af3183
parent0237e954a96b81fc6297667f50f9288de793a350 (diff)
downloadsdl_android-ee234532244105d2973cfc82591d954f06f56472.tar.gz
Fix more tabs in SCM
-rw-r--r--base/src/main/java/com/smartdevicelink/proxy/SystemCapabilityManager.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/base/src/main/java/com/smartdevicelink/proxy/SystemCapabilityManager.java b/base/src/main/java/com/smartdevicelink/proxy/SystemCapabilityManager.java
index 4e7aa1000..24ba44331 100644
--- a/base/src/main/java/com/smartdevicelink/proxy/SystemCapabilityManager.java
+++ b/base/src/main/java/com/smartdevicelink/proxy/SystemCapabilityManager.java
@@ -118,10 +118,10 @@ public class SystemCapabilityManager {
if(capability != null) {
List<AppServiceCapability> appServicesCapabilitiesList = appServicesCapabilities.getAppServices();
AppServicesCapabilities cachedAppServicesCapabilities = (AppServicesCapabilities) cachedSystemCapabilities.get(systemCapabilityType);
- //Update the cached app services
- cachedAppServicesCapabilities.updateAppServices(appServicesCapabilitiesList);
- //Set the new capability object to the updated cached capabilities
- capability = cachedAppServicesCapabilities;
+ //Update the cached app services
+ cachedAppServicesCapabilities.updateAppServices(appServicesCapabilitiesList);
+ //Set the new capability object to the updated cached capabilities
+ capability = cachedAppServicesCapabilities;
}
break;
}