From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 8 May 2011 13:30:17 +0000 (+0000)
Subject: Fix white-space.
X-Git-Tag: v_3_0_18~234
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/developer-manual/man-page/static/diff?a=commitdiff_plain;h=e77871a063abecffc98c8a77aeeeb5061ae9711d;p=privoxy.git

Fix white-space.
---

diff --git a/tools/privoxy-regression-test.pl b/tools/privoxy-regression-test.pl
index d353fd06..4c5ed9ee 100755
--- a/tools/privoxy-regression-test.pl
+++ b/tools/privoxy-regression-test.pl
@@ -7,7 +7,7 @@
 # A regression test "framework" for Privoxy. For documentation see:
 # perldoc privoxy-regression-test.pl
 #
-# $Id: privoxy-regression-test.pl,v 1.68 2011/05/08 13:28:13 fabiankeil Exp $
+# $Id: privoxy-regression-test.pl,v 1.69 2011/05/08 13:29:59 fabiankeil Exp $
 #
 # Wish list:
 #
@@ -986,7 +986,7 @@ sub get_header ($$) {
 
     if ($expect_header eq 'REMOVAL'
      or $expect_header eq 'NO CHANGE'
-     or  $expect_header eq 'SOME CHANGE') {
+     or $expect_header eq 'SOME CHANGE') {
 
         $expect_header = $test->{'data'};
     }