Code cosmetics : removed trailing tabs

This commit is contained in:
Lionel Laffineur 2023-05-21 15:03:36 +02:00
parent f21795b27d
commit e3c1f24ad6
21 changed files with 78 additions and 81 deletions

View file

@ -23,7 +23,7 @@ code { background: #eee; }
tbody tr:hover td, tbody tr:hover th { background: #eee; }
pre { margin: 1em 0 0; }
pre, textarea { font: 100%/1.25 monospace; }
input, select { vertical-align: middle; }
input { vertical-align: middle; }
input.default { box-shadow: 1px 1px 1px #777; }
input.required { box-shadow: 1px 1px 1px red; }
input.maxlength { box-shadow: 1px 1px 1px red; }

View file

@ -377,9 +377,6 @@ foreach (glob(dirname(__FILE__) . "/adminer/drivers/" . ($driver ? $driver : "*"
$file = file_get_contents($filename);
foreach ($functions as $val) {
if (!strpos($file, "$val(")) {
if (!defined('STDERR')) {
define('STDERR', fopen('php://stderr', 'w'));
}
fprintf(STDERR, "Missing $val in $filename\n");
}
}