From 108233784827d54361c99c67eaee9e668010b3c3 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 17 May 2020 20:21:59 -0700 Subject: Reformat all C code with clang-format-10 --- client/wallet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/wallet.c') diff --git a/client/wallet.c b/client/wallet.c index 435f000..cb4ba3d 100644 --- a/client/wallet.c +++ b/client/wallet.c @@ -46,7 +46,7 @@ Options:\n\ /* * Display the usage message for wallet. */ -static void __attribute__((__noreturn__)) +__attribute__((__noreturn__)) static void usage(int status) { fprintf((status == 0) ? stdout : stderr, usage_message, WALLET_PORT, -- cgit v1.2.3