Passed
Push — master ( 0d8e80...07a494 )
by Joël
02:41
created
tests/include/gettext_test_functions.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 // Simulate helper function
4 4
 if (!function_exists('log_message')) {
5
-	function log_message($level, $message)
6
-	{
7
-		echo "\n\r" . $level . '|' . $message;
8
-	}
5
+    function log_message($level, $message)
6
+    {
7
+        echo "\n\r" . $level . '|' . $message;
8
+    }
9 9
 }
10 10
\ No newline at end of file
Please login to merge, or discard this patch.
tests/include/gettext_test_constants.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,5 +2,5 @@
 block discarded – undo
2 2
 
3 3
 // Simulate constants defined in CodeIgniter
4 4
 if (!defined('APPPATH')) {
5
-	define('APPPATH', realpath(dirname(__FILE__) . '/../') . '/');
5
+    define('APPPATH', realpath(dirname(__FILE__) . '/../') . '/');
6 6
 }
7 7
\ No newline at end of file
Please login to merge, or discard this patch.