From 97daa8961099bfab57eb181019e2f671ec88e093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 21 Jul 2011 11:32:52 +0200 Subject: [PATCH] Remove double spaces around else --- js/sql.js | 2 +- js/tbl_structure.js | 2 +- libraries/sqlparser.lib.php | 2 +- tbl_operations.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/sql.js b/js/sql.js index c1106cdfcd..90f843d328 100644 --- a/js/sql.js +++ b/js/sql.js @@ -979,7 +979,7 @@ $(document).ready(function() { } PMA_ajaxRemoveMessage($msgbox); }) // end $.get() - } else { + } else { PMA_ajaxShowMessage(PMA_messages['strNoRowSelected']); } }); diff --git a/js/tbl_structure.js b/js/tbl_structure.js index a9b9adae77..2d7f471ea5 100644 --- a/js/tbl_structure.js +++ b/js/tbl_structure.js @@ -160,7 +160,7 @@ $(document).ready(function() { var url = $form.serialize()+"&ajax_request=true&submit_mult=change"; /*Calling for the changeColumns fucntion*/ changeColumns(action,url); - } else { + } else { PMA_ajaxShowMessage(PMA_messages['strNoRowSelected']); } }); diff --git a/libraries/sqlparser.lib.php b/libraries/sqlparser.lib.php index 3deaf3adcc..846934476b 100644 --- a/libraries/sqlparser.lib.php +++ b/libraries/sqlparser.lib.php @@ -362,7 +362,7 @@ if (! defined('PMA_MINIMUM_COMMON')) { if (class_exists('PMA_Message') && $GLOBALS['is_ajax_request'] != true) { PMA_Message::notice(__('Automatically appended backtick to the end of query!'))->display(); } - } else { + } else { $debugstr = __('Unclosed quote') . ' @ ' . $startquotepos. "\n" . 'STR: ' . htmlspecialchars($quotetype); PMA_SQP_throwError($debugstr, $sql); diff --git a/tbl_operations.php b/tbl_operations.php index 64559ab2f3..6cc913dcdb 100644 --- a/tbl_operations.php +++ b/tbl_operations.php @@ -488,7 +488,7 @@ $innodb_engine_plugin = PMA_StorageEngine::getEngine('innodb'); $innodb_plugin_version = $innodb_engine_plugin->getInnodbPluginVersion(); if (!empty($innodb_plugin_version)) { $innodb_file_format = $innodb_engine_plugin->getInnodbFileFormat(); -} else { +} else { $innodb_file_format = ''; } if ('Barracuda' == $innodb_file_format && $innodb_engine_plugin->supportsFilePerTable()) {