Reindent everything
[apache2-authzcaps.git] / t / Apache2-AuthzCaps.t
index b018dd5467828d14c908dbb523cc2cdf69701d76..905270356e0654e4f2983fc6b1eea909d141f95f 100644 (file)
@@ -9,13 +9,13 @@ BEGIN { use_ok('Apache2::AuthzCaps', qw/setcap hascaps/) };
 $Apache2::AuthzCaps::rootdir = tempdir CLEANUP => 1;
 
 sub checkcaps{
-  my ($user, $testname, @caps) = @_;
-  ok hascaps ($user, @caps), $testname
+       my ($user, $testname, @caps) = @_;
+       ok hascaps ($user, @caps), $testname
 }
 
 sub checknocaps{
-  my ($user, $testname, @caps) = @_;
-  ok !(hascaps $user, @caps), $testname
+       my ($user, $testname, @caps) = @_;
+       ok !(hascaps $user, @caps), $testname
 }
 
 setcap marius => dostuff => 1;
This page took 0.009733 seconds and 4 git commands to generate.