Skip to content

Commit 500db24

Browse files
committed
Indentation fix.
1 parent 59b7f9e commit 500db24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightningd/jsonrpc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ static void connection_complete_ok(struct json_connection *jcon,
263263
const char *id,
264264
const struct json_result *result)
265265
{
266-
assert(id != NULL);
266+
assert(id != NULL);
267267

268268
/* This JSON is simple enough that we build manually */
269269
json_done(jcon, cmd, take(tal_fmt(jcon,
@@ -292,7 +292,7 @@ static void connection_complete_error(struct json_connection *jcon,
292292
else
293293
data_str = "";
294294

295-
assert(id != NULL);
295+
assert(id != NULL);
296296

297297
json_done(jcon, cmd, take(tal_fmt(tmpctx,
298298
"{ \"jsonrpc\": \"2.0\", "

0 commit comments

Comments
 (0)