mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
Remove trailing whitespace from source.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -55,7 +55,7 @@ char *opt_set_time(const char *arg, struct timerel *t)
|
||||
return tal_fmt(NULL, "Unknown time unit %s", endp);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
void opt_show_time(char buf[OPT_SHOW_LEN], const struct timerel *t)
|
||||
{
|
||||
if (t->ts.tv_nsec) {
|
||||
|
||||
Reference in New Issue
Block a user