mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
Coding style fix
This commit is contained in:
parent
71c39e96f3
commit
dbbc61bc4e
@ -52,8 +52,7 @@ const char *tmpctx_any(void)
|
||||
{
|
||||
struct tmpctx *t = list_top(&tmpctxs, struct tmpctx, list);
|
||||
|
||||
if (t)
|
||||
{
|
||||
if (t) {
|
||||
assert(t->file != NULL);
|
||||
return tal_fmt(t, "%s:%u", t->file, t->line);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user