Skip to content

Commit d0cb734

Browse files
committed
CLang format
1 parent 0ee50f3 commit d0cb734

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ui/scenes/add_new_token/totp_scene_add_new_token.c

+3-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,9 @@ void update_screen_y_offset(SceneState* scene_state) {
176176
}
177177
}
178178

179-
bool totp_scene_add_new_token_handle_event(const PluginEvent* const event, PluginState* plugin_state) {
179+
bool totp_scene_add_new_token_handle_event(
180+
const PluginEvent* const event,
181+
PluginState* plugin_state) {
180182
if(event->type != EventTypeKey) {
181183
return true;
182184
}

ui/scenes/add_new_token/totp_scene_add_new_token.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66

77
void totp_scene_add_new_token_activate(PluginState* plugin_state);
88
void totp_scene_add_new_token_render(Canvas* const canvas, const PluginState* plugin_state);
9-
bool totp_scene_add_new_token_handle_event(const PluginEvent* const event, PluginState* plugin_state);
9+
bool totp_scene_add_new_token_handle_event(
10+
const PluginEvent* const event,
11+
PluginState* plugin_state);
1012
void totp_scene_add_new_token_deactivate(PluginState* plugin_state);

0 commit comments

Comments
 (0)