From 73022d91c65f1175c61bb4e4756ff516f741fa6e Mon Sep 17 00:00:00 2001 From: root Date: Wed, 7 Feb 2018 16:56:42 +0000 Subject: [PATCH] Fix indentation --- lightningd/gossip_control.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lightningd/gossip_control.c b/lightningd/gossip_control.c index 068087638..7392d84a6 100644 --- a/lightningd/gossip_control.c +++ b/lightningd/gossip_control.c @@ -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;