Indentation fix.

This commit is contained in:
Corné Plooy 2018-02-28 17:17:40 +01:00 committed by Christian Decker
parent 1e879de89e
commit f32ebb7dca

View File

@ -263,7 +263,7 @@ static void connection_complete_ok(struct json_connection *jcon,
const char *id,
const struct json_result *result)
{
assert(id != NULL);
assert(id != NULL);
/* This JSON is simple enough that we build manually */
json_done(jcon, cmd, take(tal_fmt(jcon,
@ -292,7 +292,7 @@ static void connection_complete_error(struct json_connection *jcon,
else
data_str = "";
assert(id != NULL);
assert(id != NULL);
json_done(jcon, cmd, take(tal_fmt(tmpctx,
"{ \"jsonrpc\": \"2.0\", "