Skip to content

Commit c9cbf04

Browse files
committed
whitespace
1 parent b7d61ea commit c9cbf04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

channeld/commit_tx.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ size_t commit_tx_num_untrimmed(const struct htlc **htlcs,
3737
static void add_offered_htlc_out(struct bitcoin_tx *tx, size_t n,
3838
const struct htlc *htlc,
3939
const struct keyset *keyset,
40-
struct witscript * o_wscript)
40+
struct witscript *o_wscript)
4141
{
4242
struct ripemd160 ripemd;
4343
u8 *wscript, *p2wsh;
@@ -58,7 +58,7 @@ static void add_offered_htlc_out(struct bitcoin_tx *tx, size_t n,
5858
static void add_received_htlc_out(struct bitcoin_tx *tx, size_t n,
5959
const struct htlc *htlc,
6060
const struct keyset *keyset,
61-
struct witscript * o_wscript)
61+
struct witscript *o_wscript)
6262
{
6363
struct ripemd160 ripemd;
6464
u8 *wscript, *p2wsh;

0 commit comments

Comments
 (0)