diff options
author | Russ Allbery <eagle@eyrie.org> | 2020-05-17 20:21:59 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2020-05-17 20:21:59 -0700 |
commit | 108233784827d54361c99c67eaee9e668010b3c3 (patch) | |
tree | 329ad2e791fb27ecc037259c16b922be03e977d0 /client/wallet.c | |
parent | 201ac5003d4fba8b15dbb64628782970bd3422fd (diff) |
Reformat all C code with clang-format-10
Diffstat (limited to 'client/wallet.c')
-rw-r--r-- | client/wallet.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |