Skip to content

Commit

Permalink
common: use tabs everywhere.
Browse files Browse the repository at this point in the history
Didn't generally fixup inside comments and the bech32 code: reformatting that
is just anti-social.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • Loading branch information
rustyrussell authored and cdecker committed Feb 5, 2020
1 parent 5d2fdfe commit f376a9c
Show file tree
Hide file tree
Showing 16 changed files with 665 additions and 665 deletions.
2 changes: 1 addition & 1 deletion common/addr.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
/* Given a scriptPubkey, return an encoded address */
char *encode_scriptpubkey_to_addr(const tal_t *ctx,
const struct chainparams *chainparams,
const u8 *scriptPubkey);
const u8 *scriptPubkey);

#endif /* LIGHTNING_COMMON_ADDR_H */
Loading

0 comments on commit f376a9c

Please sign in to comment.