removed tabs and/or trailing spaces

This commit is contained in:
Loïc Chapeaux
2002-02-10 09:31:41 +00:00
parent 579387e7c4
commit 7f919e6a86
54 changed files with 450 additions and 447 deletions

View File

@@ -86,7 +86,7 @@ if (($server > 0) && isset($mode) && ($mode == 'reload')) {
/**
* Displays the MySQL servers choice form
* Displays the MySQL servers choice form
*/
if ($server == 0 || count($cfgServers) > 1) {
?>
@@ -153,7 +153,7 @@ if ($server == 0 || count($cfgServers) > 1) {
<?php
/**
* Displays the mysql server related links
* Displays the mysql server related links
*/
$is_superuser = FALSE;
if ($server > 0) {
@@ -348,7 +348,7 @@ if ($server > 0) {
?>
</table>
</td>
<td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
<?php
} // end if
@@ -357,7 +357,7 @@ echo "\n";
/**
* Displays the phpMyAdmin related links
* Displays the phpMyAdmin related links
*/
?>
@@ -410,7 +410,7 @@ if (empty($cfgLang)) {
echo ' ';
echo '<option value="' . $id . '"' . $selected . '>' . $lang_name . ' (' . $id . ')</option>' . "\n";
}
?>
?>
</select>
<noscript><input type="submit" value="Go" /></noscript>
</form>