Skip to content

Commit

Permalink
Ghi 171 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
akopachov authored Jul 31, 2023
1 parent 70080c8 commit d6b3066
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion totp/cli/commands/automation/automation.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ static void print_kb_layout(AutomationKeyboardLayout layout, const char* color)
TOTP_CLI_PRINTF_COLORFUL(color, "%s", layoutToPrint);
}

static bool parse_automation_keyboard_layout(const FuriString* str, AutomationKeyboardLayout* out) {
static bool
parse_automation_keyboard_layout(const FuriString* str, AutomationKeyboardLayout* out) {
bool result = true;
if(furi_string_cmpi_str(str, TOTP_CLI_COMMAND_AUTOMATION_LAYOUT_QWERTY) == 0) {
*out = AutomationKeyboardLayoutQWERTY;
Expand Down

0 comments on commit d6b3066

Please sign in to comment.