Fix indentation

This commit is contained in:
root 2018-02-07 16:56:42 +00:00 committed by Christian Decker
parent 8b0ed27c43
commit 73022d91c6

View file

@ -296,8 +296,8 @@ static void json_getroute_reply(struct subd *gossip, const u8 *reply, const int
static void json_getroute(struct command *cmd, const char *buffer, const jsmntok_t *params)
{
struct pubkey id;
struct pubkey from_id;
struct pubkey *from_id_to_use;
struct pubkey from_id;
struct pubkey *from_id_to_use;
jsmntok_t *idtok, *msatoshitok, *riskfactortok, *cltvtok, *fromidtok;
u64 msatoshi;
unsigned cltv = 9;