commit | abfe38724589fe777df25adaa96d56600d77a069 | [log] [tgz] |
---|---|---|
author | ddkilzer <ddkilzer@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Sun Jun 25 19:42:14 2006 +0000 |
committer | ddkilzer <ddkilzer@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Sun Jun 25 19:42:14 2006 +0000 |
tree | 7edb7ffb55d72d65c5c8db7864ffddf8974c581e | |
parent | 576fd480c9a3674b919e03293683308f8fba44c1 [diff] [blame] |
WebKitTools: Formatting fix per Bug 9571 Comment #2. Reviewed by NOBODY. http://bugzilla.opendarwin.org/show_bug.cgi?id=9571#c2 * Scripts/svn-apply: Formatting fix. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15029 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKitTools/Scripts/svn-apply b/WebKitTools/Scripts/svn-apply index b209114..703404b 100755 --- a/WebKitTools/Scripts/svn-apply +++ b/WebKitTools/Scripts/svn-apply
@@ -196,16 +196,13 @@ my @files = grep { if (exists $removeDirectoryIgnoreList{$_}) { 0; - } - elsif (! -d File::Spec->catdir($dir, $_)) { + } elsif (! -d File::Spec->catdir($dir, $_)) { 1; - } - else { + } else { my $svnOutput = svnStatus(File::Spec->catdir($dir, $_)); if ($svnOutput && substr($svnOutput, 0, 1) eq "D") { 0; - } - else { + } else { 1; } }