]> sjero.net Git - wget/commitdiff
[svn] Unset svn:executable property.
authormtortonesi <devnull@localhost>
Thu, 14 Jun 2007 15:59:23 +0000 (08:59 -0700)
committermtortonesi <devnull@localhost>
Thu, 14 Jun 2007 15:59:23 +0000 (08:59 -0700)
24 files changed:
tests/HTTPServer.pm [changed mode: 0755->0644]
tests/HTTPTest.pm [changed mode: 0755->0644]
tests/Test--spider-fail.px [changed mode: 0755->0644]
tests/Test--spider-r.px [changed mode: 0755->0644]
tests/Test--spider.px [changed mode: 0755->0644]
tests/Test-E-k-K.px [changed mode: 0755->0644]
tests/Test-E-k.px [changed mode: 0755->0644]
tests/Test-HTTP-Content-Disposition-1.px [changed mode: 0755->0644]
tests/Test-HTTP-Content-Disposition-2.px [changed mode: 0755->0644]
tests/Test-HTTP-Content-Disposition.px [changed mode: 0755->0644]
tests/Test-N-current.px [changed mode: 0755->0644]
tests/Test-N-old.px [changed mode: 0755->0644]
tests/Test-N.px [changed mode: 0755->0644]
tests/Test-O-nonexisting.px [changed mode: 0755->0644]
tests/Test-O.px [changed mode: 0755->0644]
tests/Test-Restrict-Lowercase.px [changed mode: 0755->0644]
tests/Test-Restrict-Uppercase.px [changed mode: 0755->0644]
tests/Test-c-full.px [changed mode: 0755->0644]
tests/Test-c-partial.px [changed mode: 0755->0644]
tests/Test-c.px [changed mode: 0755->0644]
tests/Test-nonexisting-quiet.px [changed mode: 0755->0644]
tests/Test-noop.px [changed mode: 0755->0644]
tests/Test-np.px [changed mode: 0755->0644]
tests/Test.pm [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index 7274adc..885850d
@@ -15,18 +15,18 @@ my $VERSION = 0.01;
     my %_attr_data = ( # DEFAULT
     );
     
-       sub _default_for
-       {
-               my ($self, $attr) = @_;
+    sub _default_for
+    {
+        my ($self, $attr) = @_;
         return $_attr_data{$attr} if exists $_attr_data{$attr};
-               return $self->SUPER::_default_for($attr);
-       }
+        return $self->SUPER::_default_for($attr);
+    }
 
-       sub _standard_keys 
-       {
+    sub _standard_keys 
+    {
         my ($self) = @_;
-               ($self->SUPER::_standard_keys(), keys %_attr_data);
-       }
+        ($self->SUPER::_standard_keys(), keys %_attr_data);
+    }
 }
     
 
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)