summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gitolite/Test/Tsh.pm')
-rw-r--r--src/Gitolite/Test/Tsh.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Gitolite/Test/Tsh.pm b/src/Gitolite/Test/Tsh.pm
index 491ee59..1a1711f 100644
--- a/src/Gitolite/Test/Tsh.pm
+++ b/src/Gitolite/Test/Tsh.pm
@@ -473,13 +473,13 @@ sub fail {
sub cmp {
# compare input string with text()
my $text = text();
- my $in = shift;
+ my $in = shift;
- if ($text eq $in) {
+ if ( $text eq $in ) {
ok();
} else {
- fail('cmp failed', '');
- dbg(4, "\n\ntext = <<<$text>>>, in = <<<$in>>>\n\n");
+ fail( 'cmp failed', '' );
+ dbg( 4, "\n\ntext = <<<$text>>>, in = <<<$in>>>\n\n" );
}
}