From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 8 May 2011 13:28:13 +0000 (+0000)
Subject: Reduce empty lines in init_our_variables().
X-Git-Tag: v_3_0_18~236
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/static/@url@?a=commitdiff_plain;h=d6888868f92e675cc00e74478a148f79ea9761d7;p=privoxy.git

Reduce empty lines in init_our_variables().
---

diff --git a/tools/privoxy-regression-test.pl b/tools/privoxy-regression-test.pl
index 828f0af6..e5ce374e 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.66 2011/05/08 13:27:10 fabiankeil Exp $
+# $Id: privoxy-regression-test.pl,v 1.67 2011/05/08 13:27:53 fabiankeil Exp $
 #
 # Wish list:
 #
@@ -90,13 +90,9 @@ sub init_our_variables () {
 
     our $leading_log_time = LEADING_LOG_TIME;
     our $leading_log_date = LEADING_LOG_DATE;
-
     our $privoxy_cgi_url  = PRIVOXY_CGI_URL;
-
     our $verbose_test_description = VERBOSE_TEST_DESCRIPTION;
-
     our $log_level = get_default_log_level();
-
 }
 
 sub get_default_log_level () {