mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 16:44:20 +01:00
Fix misleading indentation (space before tab)
This commit is contained in:
committed by
Rusty Russell
parent
7bd1ae6b2e
commit
b557e7b0fc
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user