]> git.vpit.fr Git - perl/modules/re-engine-Hooks.git/commitdiff
More trailing whitespace
authorVincent Pit <vince@profvince.com>
Sat, 31 Mar 2012 15:07:10 +0000 (17:07 +0200)
committerVincent Pit <vince@profvince.com>
Sat, 31 Mar 2012 15:07:10 +0000 (17:07 +0200)
src/update.pl

index 1c5e40d454d4a339efb5b6f9d39f599f57a0a393..a1eac2545d72857be3dc704da092850ab417fef5 100644 (file)
@@ -43,13 +43,13 @@ local $SIG{'INT'} = sub { exit 1 };
 
  sub new {
   my $class = shift;
+
   my %args = @_;
   my ($path, $indent, $keep) = @args{qw<path indent keep>};
 
   die "Path $path already exists" if -e $path;
   File::Path::mkpath($path);
+
   bless {
    path   => $path,
    indent => $indent || 0,
@@ -347,4 +347,4 @@ for my $tag (sort { $a <=> $b } keys %perls) {
  print $out sort @manifest_files, @source_files;
 
  print "done\n";
-} 
+}