From 96447a4029fcaf3edd766d2228545ccfbe97e61a Mon Sep 17 00:00:00 2001 From: Drpto Date: Mon, 23 Oct 2023 08:49:21 +0530 Subject: [PATCH] sm6375-common: gps: Fix some Indentation error Authorship Goes to github.com/Subratam6296 aka rdx55 Signed-off-by: Drpto --- gps/android/utils/battery_listener.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gps/android/utils/battery_listener.cpp b/gps/android/utils/battery_listener.cpp index 9cbfabd..ac2ad27 100644 --- a/gps/android/utils/battery_listener.cpp +++ b/gps/android/utils/battery_listener.cpp @@ -186,8 +186,8 @@ BatteryListenerImpl::~BatteryListenerImpl() std::lock_guard _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()); }