summaryrefslogtreecommitdiff
path: root/ext/intl/tests/locale_get_default.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/locale_get_default.phpt')
-rw-r--r--ext/intl/tests/locale_get_default.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/tests/locale_get_default.phpt b/ext/intl/tests/locale_get_default.phpt
index 57c46ccd2b..6bb5a9a86b 100644
--- a/ext/intl/tests/locale_get_default.phpt
+++ b/ext/intl/tests/locale_get_default.phpt
@@ -15,7 +15,7 @@ intl.default_locale=en-US
function ut_main()
{
$res_str = '';
-
+
$lang = ut_loc_get_default() ;
$res_str .= "Default locale: $lang";
$res_str .= "\n";