diff --git a/totp/.gitsubtree b/totp/.gitsubtree index 09b22b066..df6141158 100644 --- a/totp/.gitsubtree +++ b/totp/.gitsubtree @@ -1,2 +1,2 @@ -https://github.com/xMasterX/all-the-plugins dev base_pack/totp d62ae7e4a951e348e43cb76e492173aedf4897ee +https://github.com/xMasterX/all-the-plugins dev base_pack/totp 6925308df62214abd3e19982444dc733cf098d92 https://github.com/akopachov/flipper-zero_authenticator master totp b147fbb3e9055fa8e119f69d4e9e84c0740b9d4e diff --git a/totp/app_api_table_i.h b/totp/app_api_table_i.h index def889761..39f9d9dee 100644 --- a/totp/app_api_table_i.h +++ b/totp/app_api_table_i.h @@ -1,6 +1,6 @@ #include #include -#include + #include #include #include diff --git a/totp/cli/cli.h b/totp/cli/cli.h index 3d47d0fdf..6120516f9 100644 --- a/totp/cli/cli.h +++ b/totp/cli/cli.h @@ -1,7 +1,7 @@ #pragma once #include -#include + #include "../types/plugin_state.h" typedef struct TotpCliContext TotpCliContext; diff --git a/totp/cli/cli_plugin_interface.h b/totp/cli/cli_plugin_interface.h index c66874fbe..808ba4f1b 100644 --- a/totp/cli/cli_plugin_interface.h +++ b/totp/cli/cli_plugin_interface.h @@ -1,7 +1,7 @@ #pragma once #include -#include + #include #include "../types/plugin_state.h" diff --git a/totp/cli/cli_shared_methods.c b/totp/cli/cli_shared_methods.c index 5c16d7f5b..8a5783545 100644 --- a/totp/cli/cli_shared_methods.c +++ b/totp/cli/cli_shared_methods.c @@ -1,6 +1,6 @@ #include "cli_shared_methods.h" #include -#include + #include #include "cli_helpers.h" #include "../types/plugin_event.h"