diff options
author | magnus@neptunus.(none) <> | 2004-04-15 09:17:55 +0200 |
---|---|---|
committer | magnus@neptunus.(none) <> | 2004-04-15 09:17:55 +0200 |
commit | 50ff8ea369f2e8cfcf51ae96efbd73762031d690 (patch) | |
tree | abcfea4b77e36d07afa1684e8148044a6b70729e /sql/sql_lex.cc | |
parent | 7c2c408cb8f519cc57916809525d425939bc2b5a (diff) | |
download | mariadb-git-50ff8ea369f2e8cfcf51ae96efbd73762031d690.tar.gz |
Formatting changes requested by Monty
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r-- | sql/sql_lex.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc index e0e8fed29c8..d16e1f87085 100644 --- a/sql/sql_lex.cc +++ b/sql/sql_lex.cc @@ -1529,7 +1529,7 @@ bool st_select_lex::setup_ref_array(THD *thd, uint order_group_num) */ bool st_select_lex_unit::check_updateable(char *db, char *table) { - for(SELECT_LEX *sl= first_select(); sl; sl= sl->next_select()) + for (SELECT_LEX *sl= first_select(); sl; sl= sl->next_select()) if (sl->check_updateable(db, table)) return 1; return 0; |