lgihtningd: remove extraneous whitespace.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2017-06-26 11:34:26 +09:30
parent e2c5104aab
commit ac703ff9dc
2 changed files with 3 additions and 3 deletions

View File

@@ -256,7 +256,7 @@ static void get_gossip_fd_for_reconnect(struct lightningd *ld,
ggf->peer_fd = peer_fd;
ggf->id = *id;
ggf->cs = *cs;
/* FIXME: set sync to `initial_routing_sync` */
req = towire_gossipctl_get_peer_gossipfd(ggf, unique_id, true);
subd_req(ggf, ld->gossip, take(req), -1, 1,
@@ -1005,7 +1005,7 @@ static int peer_got_shutdown(struct peer *peer, const u8 *msg)
* `shutdown` once there are no outstanding updates on the
* peer, unless it has already sent a `shutdown`.
*/
subd_send_msg(peer->owner,
subd_send_msg(peer->owner,
take(towire_channel_send_shutdown(peer,
scriptpubkey)));
}

View File

@@ -84,7 +84,7 @@ struct peer {
u8 *remote_shutdown_scriptpubkey;
/* Our key for shutdown (-1 if not chosen yet) */
s64 local_shutdown_idx;
/* Reestablishment stuff: last sent commit and revocation details. */
bool last_was_revoke;
struct changed_htlc *last_sent_commit;