Skip to content

Commit f376a9c

Browse files
rustyrussellcdecker
authored andcommitted
common: use tabs everywhere.
Didn't generally fixup inside comments and the bech32 code: reformatting that is just anti-social. Signed-off-by: Rusty Russell <[email protected]>
1 parent 5d2fdfe commit f376a9c

16 files changed

+665
-665
lines changed

common/addr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
/* Given a scriptPubkey, return an encoded address */
99
char *encode_scriptpubkey_to_addr(const tal_t *ctx,
1010
const struct chainparams *chainparams,
11-
const u8 *scriptPubkey);
11+
const u8 *scriptPubkey);
1212

1313
#endif /* LIGHTNING_COMMON_ADDR_H */

0 commit comments

Comments
 (0)