1
0
mirror of synced 2026-01-23 02:28:13 +00:00

2006-05-24 10:57:48 by steve

Whitespace cleanup.  (M-x delete-trailing-whitespace)
This commit is contained in:
steve 2006-05-24 10:57:48 +00:00
parent 38773dbee5
commit 73bcc9885a

View File

@ -448,7 +448,7 @@ Install an X11 server, using VNC and XDM
--
http://www.steve.org.uk/
$Id: xen-create-image,v 1.119 2006-05-24 10:57:17 steve Exp $
$Id: xen-create-image,v 1.120 2006-05-24 10:57:48 steve Exp $
=cut
@ -1059,7 +1059,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.119 $';
my $REVISION = '$Revision: 1.120 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{
@ -1416,7 +1416,7 @@ sub installBaseSystem
copyDebFiles( "$dir/var/cache/apt/archives", "/var/cache/apt/archives/" );
printWideMessage( "\rDone" );
}
}