Fix misleading indentation (space before tab)

This commit is contained in:
practicalswift 2018-03-05 17:43:12 +01:00 committed by Rusty Russell
parent 7bd1ae6b2e
commit b557e7b0fc

View File

@ -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",