Fixed line indent
This commit is contained in:
parent
09ae57bf02
commit
f6e059b8e4
@ -16,7 +16,7 @@ using android::fiemap::IImageManager;
|
|||||||
|
|
||||||
|
|
||||||
std::string getNextSlot() {
|
std::string getNextSlot() {
|
||||||
std::string current_slot;
|
std::string current_slot;
|
||||||
std::string next_slot = "a";
|
std::string next_slot = "a";
|
||||||
if(android::base::ReadFileToString("/metadata/phh/img", ¤t_slot) &&
|
if(android::base::ReadFileToString("/metadata/phh/img", ¤t_slot) &&
|
||||||
current_slot.c_str()[0] == 'a') {
|
current_slot.c_str()[0] == 'a') {
|
||||||
|
Loading…
Reference in New Issue
Block a user