fix coding style : opening brace should be on a new line

This commit is contained in:
Dieter Adriaenssens 2013-09-06 17:50:32 +02:00
parent 58f9338178
commit a6ca1f05b6

View File

@ -2012,7 +2012,8 @@ function PMA_getHtmlForSpecificTablePrivileges($db, $table)
*
* @return string $html_output
*/
function PMA_getHtmlTableBodyForSpecificDbOrTablePrivs($privMap, $db, $table = null) {
function PMA_getHtmlTableBodyForSpecificDbOrTablePrivs($privMap, $db, $table = null)
{
$html_output = '<tbody>';
$odd_row = true;
if (! empty($privMap)) {