From 90cc061fc0c799cbf07b20ca83c3c9b554bda0f9 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Mon, 7 Mar 2011 09:49:58 +0100 Subject: [PATCH] [ticket/9669] Replace spaces with tabs PHPBB3-9669 --- phpBB/includes/utf/utf_tools.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/utf/utf_tools.php b/phpBB/includes/utf/utf_tools.php index 3ee121a179..65d40c0fd3 100644 --- a/phpBB/includes/utf/utf_tools.php +++ b/phpBB/includes/utf/utf_tools.php @@ -1768,7 +1768,7 @@ if (extension_loaded('intl')) } else { - /** + /** * A wrapper function for the normalizer which takes care of including the class if * required and modifies the passed strings to be in NFC (Normalization Form Composition). *