Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Stifler6996/apt-mirror.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Drung <bdrung@debian.org>2014-03-16 19:17:14 +0400
committerBenjamin Drung <bdrung@debian.org>2014-03-16 19:17:14 +0400
commite39afae5843f5d79603e5bd2e8cb8cab7a1137c8 (patch)
treeacd0cac51b0e5891f8c360a208bed0e6546e1944
parentb8e805134694a1e164187fe20870de01e9d7cac0 (diff)
Run perltidy.
-rwxr-xr-xapt-mirror2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-mirror b/apt-mirror
index 7add3d1..77e2b37 100755
--- a/apt-mirror
+++ b/apt-mirror
@@ -780,7 +780,7 @@ sub copy_file
mkpath($dir) unless -d $dir;
if ( get_variable("unlink") == 1 )
{
- if (compare( $from, $to ) != 0) { unlink($to); }
+ if ( compare( $from, $to ) != 0 ) { unlink($to); }
}
unless ( copy( $from, $to ) )
{