From 029a82db6cef52af402271cc0920d2c7f532a5ab Mon Sep 17 00:00:00 2001 From: Matt Mower Date: Sun, 8 Jan 2017 13:12:38 -0600 Subject: Very minor code cleanup Change-Id: Ie0b97da2cce7bb93307ed49b1138bc2f36df34d0 --- gui/action.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gui') diff --git a/gui/action.cpp b/gui/action.cpp index 8f85e16da..f7f29e8ba 100644 --- a/gui/action.cpp +++ b/gui/action.cpp @@ -1874,9 +1874,8 @@ int GUIAction::setbootslot(std::string arg) { operation_start("Set Boot Slot"); if (!simulate) - { PartitionManager.Set_Active_Slot(arg); - } else + else simulate_progress_bar(); operation_end(0); return 0; -- cgit v1.2.3