diff options
Diffstat (limited to 'twrp-functions.hpp')
-rw-r--r-- | twrp-functions.hpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/twrp-functions.hpp b/twrp-functions.hpp index 9f6662181..8531c0939 100644 --- a/twrp-functions.hpp +++ b/twrp-functions.hpp @@ -8,12 +8,12 @@ using namespace std; typedef enum { - rb_current = 0, - rb_system, - rb_recovery, - rb_poweroff, - rb_bootloader, // May also be fastboot - rb_download, + rb_current = 0, + rb_system, + rb_recovery, + rb_poweroff, + rb_bootloader, // May also be fastboot + rb_download, } RebootCommand; // Partition class |