]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
Code formatting for Zenithal pull
authorRogier Wolff <R.E.Wolff@BitWizard.nl>
Sun, 18 Oct 2020 07:48:46 +0000 (09:48 +0200)
committerRogier Wolff <R.E.Wolff@BitWizard.nl>
Sun, 18 Oct 2020 07:48:46 +0000 (09:48 +0200)
ui/curses.c

index a7ee718321c8b9c11e8fd8359ae7e51deb5be2dd..ca5e8fefcf452b6d0a21821cdbd841cee0ebae60 100644 (file)
@@ -698,7 +698,9 @@ void mtr_curses_redraw(
     pwcenter(buf);
     attroff(A_BOLD);
 
-    mvprintw(1, 0, "%s (%s) -> %s (%s)", ctl->LocalHostname, net_localaddr(), ctl->Hostname, net_remoteaddr());
+    mvprintw(1, 0, "%s (%s) -> %s (%s)", 
+       ctl->LocalHostname, net_localaddr(), 
+       ctl->Hostname, net_remoteaddr());
     t = time(NULL);
     mvprintw(1, maxx - 25, iso_time(&t));
     printw("\n");