]> git.vpit.fr Git - perl/modules/rgit.git/commitdiff
Remove trailing whitespace
authorVincent Pit <vince@profvince.com>
Mon, 22 Feb 2010 23:58:47 +0000 (00:58 +0100)
committerVincent Pit <vince@profvince.com>
Mon, 22 Feb 2010 23:58:47 +0000 (00:58 +0100)
lib/App/Rgit.pm
lib/App/Rgit/Command.pm
lib/App/Rgit/Config.pm
lib/App/Rgit/Config/Default.pm
lib/App/Rgit/Policy.pm
lib/App/Rgit/Policy/Default.pm
lib/App/Rgit/Policy/Interactive.pm
lib/App/Rgit/Policy/Keep.pm
lib/App/Rgit/Repository.pm
lib/App/Rgit/Utils.pm

index a91f37ea8ae29af4af362e1ecd662ff900fc3dd0..1c8873d714b3a8a360a6091c38f123b658467a39 100644 (file)
@@ -83,7 +83,7 @@ L<rgit>.
 =head1 AUTHOR
 
 Vincent Pit, C<< <perl at profvince.com> >>, L<http://profvince.com>.
-   
+
 You can contact me by mail or on C<irc.perl.org> (vincent).
 
 =head1 BUGS
index c43cc6c5c9e7cbe21a3a4622acd5e8c6b2163bbd..3a34822317dc3a37c2b5c738528f53bd96b57d5a 100644 (file)
@@ -118,7 +118,7 @@ L<rgit>.
 =head1 AUTHOR
 
 Vincent Pit, C<< <perl at profvince.com> >>, L<http://profvince.com>.
-   
+
 You can contact me by mail or on C<irc.perl.org> (vincent).
 
 =head1 BUGS
index 1e822b4b0f2856ac561547fd29e13ecce91545f7..76a605085b6fc0a8777fde3669abe033505c18f2 100644 (file)
@@ -125,7 +125,7 @@ L<rgit>.
 =head1 AUTHOR
 
 Vincent Pit, C<< <perl at profvince.com> >>, L<http://profvince.com>.
-   
+
 You can contact me by mail or on C<irc.perl.org> (vincent).
 
 =head1 BUGS
index 543891c19ce2b5c522001d7cd8421fd08fa27e0f..147241863f909fcee69964360f45c24b16448e74 100644 (file)
@@ -45,7 +45,7 @@ sub repos {
   wanted => sub {
    return unless -d $_;
    my $r = App::Rgit::Repository->new(dir => $File::Find::name);
-   $repos{$r->repo} = $r if $r 
+   $repos{$r->repo} = $r if $r
                          and not exists $repos{$r->repo};
   },
   follow => 1
index 08307f3559ba7e53c072a50987c1b81319ebc5b4..dfd485624ea5ae9599d477f024a3360612eb03e4 100644 (file)
@@ -39,7 +39,7 @@ L<rgit>.
 =head1 AUTHOR
 
 Vincent Pit, C<< <perl at profvince.com> >>, L<http://profvince.com>.
-   
+
 You can contact me by mail or on C<irc.perl.org> (vincent).
 
 =head1 BUGS
index a9cbd17781cfcf8695e26035eeab013e79a4286a..d8d286bd0440b75dce5ce87ad860395a9e094f45 100644 (file)
@@ -32,7 +32,7 @@ L<rgit>.
 =head1 AUTHOR
 
 Vincent Pit, C<< <perl at profvince.com> >>, L<http://profvince.com>.
-   
+
 You can contact me by mail or on C<irc.perl.org> (vincent).
 
 =head1 BUGS
index de251b3c6bc1c062c7cc31bdad68f7aa7974d81f..f6f20b501d5199059a77f1d1f15f9ec6da2669fc 100644 (file)
@@ -97,7 +97,7 @@ L<rgit>.
 =head1 AUTHOR
 
 Vincent Pit, C<< <perl at profvince.com> >>, L<http://profvince.com>.
-   
+
 You can contact me by mail or on C<irc.perl.org> (vincent).
 
 =head1 BUGS
index 87e9e20cf361aa2caa0425863b6f5645fa6fd1ab..1bbdc5657a564108e51e86a9a3588b43773bf543 100644 (file)
@@ -28,7 +28,7 @@ L<rgit>.
 =head1 AUTHOR
 
 Vincent Pit, C<< <perl at profvince.com> >>, L<http://profvince.com>.
-   
+
 You can contact me by mail or on C<irc.perl.org> (vincent).
 
 =head1 BUGS
index 5476ad4c3268778d33ce2ab6e4ae9a3daff25262..fd19bab29210aafb9a0a518d845b1d782e047627 100644 (file)
@@ -51,7 +51,7 @@ sub new {
  my ($repo, $bare, $name, $work);
  if ($args{fake}) {
   $repo = $work = $dir;
- } else { 
+ } else {
   my @tries = ($dir);
   my @chunks = splitdir $dir;
   my $last = pop @chunks;
@@ -193,7 +193,7 @@ L<rgit>.
 =head1 AUTHOR
 
 Vincent Pit, C<< <perl at profvince.com> >>, L<http://profvince.com>.
-   
+
 You can contact me by mail or on C<irc.perl.org> (vincent).
 
 =head1 BUGS
index 2d593cce1cab80b8fc55fe6c98a6f65bcda7b857..7a4c3b36779a8a4aef2e3949544f8ff5e26d6c57 100644 (file)
@@ -95,7 +95,7 @@ L<rgit>.
 =head1 AUTHOR
 
 Vincent Pit, C<< <perl at profvince.com> >>, L<http://profvince.com>.
-   
+
 You can contact me by mail or on C<irc.perl.org> (vincent).
 
 =head1 BUGS