From 4935b31eb6b6c755f7ce3e0102a60996c1b1d633 Mon Sep 17 00:00:00 2001 From: Michael Larson Date: Mon, 16 Aug 2010 12:03:58 -0700 Subject: fixed spaces in migrations scripts are unable to handle variable white space on a key/value line. These scripts will need to be fixed in mendocino. Revert "adjusting spacing for new deactivate/activation notation in show/config output." This reverts commit 5af23764d454808a7021a661118eae104c22b9df. --- lib/Vyatta/ConfigOutput.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/Vyatta/ConfigOutput.pm b/lib/Vyatta/ConfigOutput.pm index 1218a8d..e01afcd 100755 --- a/lib/Vyatta/ConfigOutput.pm +++ b/lib/Vyatta/ConfigOutput.pm @@ -225,7 +225,7 @@ sub displayDeletedOrigChildren { } } else { - $dis = ' '; + $dis = ''; } } @@ -273,7 +273,7 @@ sub displayDeletedOrigChildren { } } else { - $dis = ' '; + $dis = ''; } print "$dis$dprefix$prefix$child $cname {\n"; @@ -350,7 +350,7 @@ sub displayChildren { } } else { - $dis = ' '; + $dis = ''; } } @@ -405,7 +405,7 @@ sub displayChildren { } } else { - $dis = ' '; + $dis = ''; } my $tdiff = ' '; -- cgit v1.2.3