Fixed line indent

This commit is contained in:
Felix Beslmeisl 2022-09-18 23:03:47 +02:00
parent 09ae57bf02
commit f6e059b8e4
1 changed files with 1 additions and 1 deletions

View File

@ -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", &current_slot) &&
current_slot.c_str()[0] == 'a') {