1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

cleanup: indentation and whitespace fixes

This commit is contained in:
Vicențiu Ciorbaru
2022-09-13 10:10:36 +03:00
committed by Vicențiu-Marian Ciorbaru
parent 7735ba7666
commit 5ad8cd93b7

View File

@ -6050,7 +6050,6 @@ static int table_name_sort(GRANT_TABLE * const *tbl1, GRANT_TABLE * const *tbl2)
*/
static int update_role_columns(GRANT_TABLE *merged,
GRANT_TABLE **cur, GRANT_TABLE **last)
{
ulong rights __attribute__((unused))= 0;
int changed= 0;
@ -6621,7 +6620,7 @@ int mysql_table_grant(THD *thd, TABLE_LIST *table_list,
result= TRUE;
continue;
}
grant_table = new GRANT_TABLE (Str->host.str, db_name,
grant_table = new GRANT_TABLE(Str->host.str, db_name,
Str->user.str, table_name,
rights,
column_priv);