From f6e059b8e44fc15634f62e1ab5722b8ba767fa84 Mon Sep 17 00:00:00 2001 From: Felix Beslmeisl Date: Sun, 18 Sep 2022 23:03:47 +0200 Subject: [PATCH] Fixed line indent --- ota/phh-ota.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ota/phh-ota.cpp b/ota/phh-ota.cpp index 9b25721..895a897 100644 --- a/ota/phh-ota.cpp +++ b/ota/phh-ota.cpp @@ -16,7 +16,7 @@ using android::fiemap::IImageManager; std::string getNextSlot() { - std::string current_slot; + std::string current_slot; std::string next_slot = "a"; if(android::base::ReadFileToString("/metadata/phh/img", ¤t_slot) && current_slot.c_str()[0] == 'a') {