mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
Add the missing space between "if" and "("
Changelog-None
This commit is contained in:
committed by
Christian Decker
parent
0ac91b4f99
commit
2ea91f834c
@@ -2197,7 +2197,7 @@ void json_format_forwarding_object(struct json_stream *response,
|
||||
}
|
||||
json_add_string(response, "status", forward_status_name(cur->status));
|
||||
|
||||
if(cur->failcode != 0) {
|
||||
if (cur->failcode != 0) {
|
||||
json_add_num(response, "failcode", cur->failcode);
|
||||
json_add_string(response, "failreason",
|
||||
onion_type_name(cur->failcode));
|
||||
|
||||
Reference in New Issue
Block a user