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:
Drpto
2023-10-23 08:49:21 +05:30
committed by kamikaonashi
parent 5d95f6f7d1
commit 96447a4029

View File

@@ -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());
}