]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - lib/App/Rgit/Repository.pm
Remove trailing whitespace
[perl/modules/rgit.git] / lib / App / Rgit / Repository.pm
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