Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-07-17 12:02:55 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-07-17 12:02:55 +0300
commita281d9c70f56d48090dcc8496725c51649ad9636 (patch)
tree1b59090c07639e4067b09598057d4a56dce3fbfa /tbl_chart.php
parent9081580c634c78ee825f711d1125288f4b8b594f (diff)
Use spaces in place of tabs
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'tbl_chart.php')
-rw-r--r--tbl_chart.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tbl_chart.php b/tbl_chart.php
index 4e9c2ab839..6c7fdf6fa1 100644
--- a/tbl_chart.php
+++ b/tbl_chart.php
@@ -17,9 +17,9 @@ $container->alias('TableChartController', 'PMA\Controllers\Table\TableChartContr
/* Define dependencies for the concerned controller */
$dependency_definitions = array(
- "sql_query" => &$GLOBALS['sql_query'],
- "url_query" => &$GLOBALS['url_query'],
- "cfg" => &$GLOBALS['cfg']
+ "sql_query" => &$GLOBALS['sql_query'],
+ "url_query" => &$GLOBALS['url_query'],
+ "cfg" => &$GLOBALS['cfg']
);
/** @var Controllers\Table\TableChartController $controller */