From c6330b2766fec18784d6395b0bbafbe56a4c6197 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Tue, 18 Feb 2025 16:39:05 +0100 Subject: Cleanup round to make indentation style consistent across files --- test/it.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/it.t') diff --git a/test/it.t b/test/it.t index 992a81f..cee4fa6 100755 --- a/test/it.t +++ b/test/it.t @@ -16,7 +16,8 @@ function _match($regex, $string, $expect, $name, $p = []) { $GLOBALS['TEST_MORE_LEVEL'] = 1; $pass = is (it::match($regex, $string, $p), $expect, $name); - if (!$pass) { + if (!$pass) + { diag(" regex given: $regex" . ($p ? " " .D($p) : "")); diag(" regex converted: " . it::convertregex($regex)); } -- cgit v1.2.3