Tests: style.
diff --git a/config_dump.t b/config_dump.t
index 1929034..2d50c04 100644
--- a/config_dump.t
+++ b/config_dump.t
@@ -108,3 +108,5 @@
 	$s =~ tr/\r//d;
 	return $s;
 }
+
+###############################################################################
diff --git a/http_host.t b/http_host.t
index b606b40..d3a4df9 100644
--- a/http_host.t
+++ b/http_host.t
@@ -52,7 +52,6 @@
 
 ###############################################################################
 
-
 is(http_host_header('www.abcd-ef.g02.xyz'), 'www.abcd-ef.g02.xyz',
 	'domain w/o port (host header)');
 is(http_host_header('abcd-ef.g02.xyz:' . port(8080)), 'abcd-ef.g02.xyz',
@@ -191,3 +190,5 @@
 EOF
 	return ($all ? $r : Test::Nginx::http_content($r));
 }
+
+###############################################################################
diff --git a/js_request_body.t b/js_request_body.t
index 62a83d9..fd2cde2 100644
--- a/js_request_body.t
+++ b/js_request_body.t
@@ -116,3 +116,5 @@
 
 	return http($p, %extra);
 }
+
+###############################################################################
diff --git a/proxy_redirect.t b/proxy_redirect.t
index 482af92..6078f58 100644
--- a/proxy_redirect.t
+++ b/proxy_redirect.t
@@ -149,3 +149,5 @@
 	http_get($url) =~ /^Refresh:\s(.+?)\x0d?$/mi;
 	return $1;
 }
+
+###############################################################################
diff --git a/sub_filter_buffering.t b/sub_filter_buffering.t
index 43cf97a..f3631a3 100644
--- a/sub_filter_buffering.t
+++ b/sub_filter_buffering.t
@@ -99,3 +99,5 @@
 			"xyz";
 	}
 }
+
+###############################################################################