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-04-27 16:44:00 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-04-27 16:44:00 +0300
commit3b3a14f33c618303399d7058d66dc422de0b5e41 (patch)
tree03fad2896c5d44bf237c6d25a7eb2bd54b645f2e /js/get_scripts.js.php
parente1ab1925c900a5891504819a10284bda13923300 (diff)
Space after function keyword
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'js/get_scripts.js.php')
-rw-r--r--js/get_scripts.js.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/get_scripts.js.php b/js/get_scripts.js.php
index 38b038d25e..b6ad2b4006 100644
--- a/js/get_scripts.js.php
+++ b/js/get_scripts.js.php
@@ -30,7 +30,7 @@ require_once './libraries/OutputBuffering.class.php';
$buffer = PMA_OutputBuffering::getInstance();
$buffer->start();
register_shutdown_function(
- function() {
+ function () {
echo PMA_OutputBuffering::getInstance()->getContents();
}
);