mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 23:54:22 +01:00
Indentation fix.
This commit is contained in:
committed by
Christian Decker
parent
1e879de89e
commit
f32ebb7dca
@@ -263,7 +263,7 @@ static void connection_complete_ok(struct json_connection *jcon,
|
|||||||
const char *id,
|
const char *id,
|
||||||
const struct json_result *result)
|
const struct json_result *result)
|
||||||
{
|
{
|
||||||
assert(id != NULL);
|
assert(id != NULL);
|
||||||
|
|
||||||
/* This JSON is simple enough that we build manually */
|
/* This JSON is simple enough that we build manually */
|
||||||
json_done(jcon, cmd, take(tal_fmt(jcon,
|
json_done(jcon, cmd, take(tal_fmt(jcon,
|
||||||
@@ -292,7 +292,7 @@ static void connection_complete_error(struct json_connection *jcon,
|
|||||||
else
|
else
|
||||||
data_str = "";
|
data_str = "";
|
||||||
|
|
||||||
assert(id != NULL);
|
assert(id != NULL);
|
||||||
|
|
||||||
json_done(jcon, cmd, take(tal_fmt(tmpctx,
|
json_done(jcon, cmd, take(tal_fmt(tmpctx,
|
||||||
"{ \"jsonrpc\": \"2.0\", "
|
"{ \"jsonrpc\": \"2.0\", "
|
||||||
|
|||||||
Reference in New Issue
Block a user