Browse Source

Fix misleading indentation (space before tab)

ppa-0.6.1
practicalswift 7 years ago
committed by Rusty Russell
parent
commit
b557e7b0fc
  1. 2
      lightningd/opening_control.c

2
lightningd/opening_control.c

@ -787,7 +787,7 @@ static void gossip_peer_released(struct subd *gossip,
fatal("Gossip daemon gave invalid reply %s",
tal_hex(gossip, resp));
}
if (uc)
if (uc)
command_fail(fc->cmd, "Peer already OPENING");
else if (c)
command_fail(fc->cmd, "Peer already %s",

Loading…
Cancel
Save