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 committed Feb 4, 2020
1 parent ab21a0d commit a253e8a
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 a253e8a

Please sign in to comment.