From 26e4722ee0a7659f126d9985c8ba6a956e186358 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 2 Jun 2012 18:34:05 +0200 Subject: efa: Align dashes with destination column --- bin/efa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/efa b/bin/efa index 5b79214..fb36898 100755 --- a/bin/efa +++ b/bin/efa @@ -237,7 +237,7 @@ for my $i ( 0 .. $#routes ) { display_connection($c); } if ( $i != $#routes ) { - print "------\n\n"; + print "---------\n\n"; } } -- cgit v1.2.3