From 9c1a1cfc44d5ce808e1d2128ab6404927331f3c5 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 20 Aug 2023 20:09:44 +0200 Subject: Minor reformatting fix --- main.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/main.c b/main.c index b161735..a69c7dd 100644 --- a/main.c +++ b/main.c @@ -44,12 +44,12 @@ static const char *usage_s = "Usage: %s [-d digits] [-p period] [secret ...]\n" " %s [-u] [uri ...]\n"; -static void usage(void); -static void totp_print(struct totp_config, char *, bool); -static bool strtol_safe(long *, const char *); -static bool totp(struct totp_config, uint32_t *); -static uint32_t pow32(uint32_t, uint32_t); -static bool uri_parse(struct totp_config *, const char *); +static void usage(void); +static void totp_print(struct totp_config, char *, bool); +static bool strtol_safe(long *, const char *); +static bool totp(struct totp_config, uint32_t *); +static uint32_t pow32(uint32_t, uint32_t); +static bool uri_parse(struct totp_config *, const char *); void usage(void) -- cgit v1.2.3