mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-29 00:24:22 +00:00
sm6375-common: gps: Fix some Indentation error
Authorship Goes to github.com/Subratam6296 aka rdx55 Signed-off-by: Drpto <dr.juniornoob@gmail.com>
This commit is contained in:
@@ -186,8 +186,8 @@ BatteryListenerImpl::~BatteryListenerImpl()
|
||||
std::lock_guard<std::mutex> _l(mLock);
|
||||
if (mHealth != NULL)
|
||||
mHealth->unregisterCallback(this);
|
||||
auto r = mHealth->unlinkToDeath(this);
|
||||
if (!r.isOk() || r == false) {
|
||||
auto r = mHealth->unlinkToDeath(this);
|
||||
if (!r.isOk() || r == false) {
|
||||
LOC_LOGe("Transaction error in unregister to HealthHAL death: %s",
|
||||
r.description().c_str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user