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