mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
Fix misleading indentation (space before tab)
This commit is contained in:
parent
7bd1ae6b2e
commit
b557e7b0fc
@ -787,7 +787,7 @@ static void gossip_peer_released(struct subd *gossip,
|
|||||||
fatal("Gossip daemon gave invalid reply %s",
|
fatal("Gossip daemon gave invalid reply %s",
|
||||||
tal_hex(gossip, resp));
|
tal_hex(gossip, resp));
|
||||||
}
|
}
|
||||||
if (uc)
|
if (uc)
|
||||||
command_fail(fc->cmd, "Peer already OPENING");
|
command_fail(fc->cmd, "Peer already OPENING");
|
||||||
else if (c)
|
else if (c)
|
||||||
command_fail(fc->cmd, "Peer already %s",
|
command_fail(fc->cmd, "Peer already %s",
|
||||||
|
Loading…
Reference in New Issue
Block a user