From 17ccbeec3242b80f84fbf6b3acd58421ef003b02 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 14 Oct 2018 17:23:43 +0200 Subject: Trim trailing whitespace in *.phpt --- Zend/tests/try/catch_finally_004.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zend/tests/try/catch_finally_004.phpt') diff --git a/Zend/tests/try/catch_finally_004.phpt b/Zend/tests/try/catch_finally_004.phpt index a2c22beab1..49cef2dc3b 100644 --- a/Zend/tests/try/catch_finally_004.phpt +++ b/Zend/tests/try/catch_finally_004.phpt @@ -19,7 +19,7 @@ function foo (&$ex) { } finally { echo "4"; throw_exception("finally"); - } + } } catch (Exception $e) { $ex = $e; echo "3"; -- cgit v1.2.1