Perl formatting

Change-Id: I7bc3d2def8c3a619d6d9b14821b3694665ca8542
This commit is contained in:
Brad Fitzpatrick 2012-12-06 13:49:09 -08:00
parent dbc6bc6b0d
commit 8c038b8715
1 changed files with 2 additions and 2 deletions

View File

@ -164,12 +164,12 @@ unless ($opt_staticres) {
chomp($local_rev);
if ($local_rev ne $closure_rev) {
system("svn", "update", "-r", $closure_rev)
and die "Failed to svn up the closure library: $!\n";
and die "Failed to svn up the closure library: $!\n";
}
chdir $Bin or die;
} else {
system("svn", "checkout", "-r", $closure_rev, $closure_svn, "tmp")
and die "Failed to svn co the closure library: $!\n";
and die "Failed to svn co the closure library: $!\n";
}
}