summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Wiley2016-07-12 13:46:08 -0500
committerChristopher Wiley2016-07-13 16:28:22 -0500
commit30b1d2976873e3fe3cf7b8c5f381848c9c1ccdb2 (patch)
tree17b935b168348ef75a025d6a66f209b7d4bb7407 /server.cpp
parent9ec15f8a0ea75a9032c166096f2dde09bab74c8d (diff)
downloadsystem-connectivity-wificond-30b1d2976873e3fe3cf7b8c5f381848c9c1ccdb2.tar.gz
system-connectivity-wificond-30b1d2976873e3fe3cf7b8c5f381848c9c1ccdb2.tar.xz
system-connectivity-wificond-30b1d2976873e3fe3cf7b8c5f381848c9c1ccdb2.zip
Change AIDL style to match other AIDL style
Bug: 30090557 Change-Id: Ic0ecca115bb94c04446edfe5c7299a70bc10e4b2 Test: Compiles
Diffstat (limited to 'server.cpp')
-rw-r--r--server.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/server.cpp b/server.cpp
index aec07b7..202f012 100644
--- a/server.cpp
+++ b/server.cpp
@@ -38,7 +38,7 @@ Server::Server(unique_ptr<HalTool> hal_tool,
38} 38}
39 39
40 40
41Status Server::CreateApInterface(sp<IApInterface>* created_interface) { 41Status Server::createApInterface(sp<IApInterface>* created_interface) {
42 if (!ap_interfaces_.empty()) { 42 if (!ap_interfaces_.empty()) {
43 // In the future we may support multiple interfaces at once. However, 43 // In the future we may support multiple interfaces at once. However,
44 // today, we support just one. 44 // today, we support just one.
@@ -55,7 +55,7 @@ Status Server::CreateApInterface(sp<IApInterface>* created_interface) {
55 return Status::ok(); 55 return Status::ok();
56} 56}
57 57
58Status Server::TearDownInterfaces() { 58Status Server::tearDownInterfaces() {
59 if (!ap_interfaces_.empty()) { 59 if (!ap_interfaces_.empty()) {
60 ap_interfaces_.clear(); 60 ap_interfaces_.clear();
61 if (!driver_tool_->UnloadDriver()) { 61 if (!driver_tool_->UnloadDriver()) {