You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2017/07/17 16:01:40 UTC

svn commit: r1802168 - /httpd/test/framework/trunk/t/modules/remoteip.t

Author: jim
Date: Mon Jul 17 16:01:40 2017
New Revision: 1802168

URL: http://svn.apache.org/viewvc?rev=1802168&view=rev
Log:
Hrm. formatting fix.

Modified:
    httpd/test/framework/trunk/t/modules/remoteip.t

Modified: httpd/test/framework/trunk/t/modules/remoteip.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/modules/remoteip.t?rev=1802168&r1=1802167&r2=1802168&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/modules/remoteip.t (original)
+++ httpd/test/framework/trunk/t/modules/remoteip.t Mon Jul 17 16:01:40 2017
@@ -12,10 +12,10 @@ use Apache::TestUtil;
 ##
 Apache::TestRequest::module("remote_ip");
 plan tests => 12,
-     need(
-         need_module('remoteip'),
-         need_min_apache_version('2.5.0')
-     );
+    need(
+        need_module('remoteip'),
+        need_min_apache_version('2.5.0')
+    );
 
 sub slurp
 {