Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: LayoutTests/http/tests/navigation/resources/redirect-cycle-1.pl

Issue 20652002: Fix trailing whitespace in scripts and misc. files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Don't change literal diff. Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/navigation/resources/redirect-cycle-1.pl
diff --git a/LayoutTests/http/tests/navigation/resources/redirect-cycle-1.pl b/LayoutTests/http/tests/navigation/resources/redirect-cycle-1.pl
index 34bf4b390b9e04cb022c64a4a24bfe5eb83aaf03..d8d4774975b2acd97a99ff50c73edbb6e4ca4b7b 100755
--- a/LayoutTests/http/tests/navigation/resources/redirect-cycle-1.pl
+++ b/LayoutTests/http/tests/navigation/resources/redirect-cycle-1.pl
@@ -6,10 +6,10 @@ $count = 1;
foreach $pair (@cookies)
{
($name, $value) = split(/=/, $pair);
-
+
$name =~ s/^\s+//;
$name =~ s/\s+$//;
-
+
if ($name eq "redirect-cycle-count") {
$count = $value;
}

Powered by Google App Engine
This is Rietveld 408576698