diff options
author | unknown <magnus@neptunus.(none)> | 2004-04-15 09:17:55 +0200 |
---|---|---|
committer | unknown <magnus@neptunus.(none)> | 2004-04-15 09:17:55 +0200 |
commit | 43dcf48e2f00c7cce50dfe30cc5593afac6a91c8 (patch) | |
tree | abcfea4b77e36d07afa1684e8148044a6b70729e /sql/item_subselect.cc | |
parent | b43af929f871332335b0c1f2c4257aabca6b8a2f (diff) | |
download | mariadb-git-43dcf48e2f00c7cce50dfe30cc5593afac6a91c8.tar.gz |
Formatting changes requested by Monty
sql/gen_lex_hash.cc:
Minor changes
- fix space between for and (
sql/item_subselect.cc:
Minor changes
- fix space between for and (
sql/sql_lex.cc:
Minor changes
- fix space between for and (
sql/sql_string.cc:
Minor changes
- fix space between for and (
Diffstat (limited to 'sql/item_subselect.cc')
-rw-r--r-- | sql/item_subselect.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_subselect.cc b/sql/item_subselect.cc index 196b54141d1..2d10be62d53 100644 --- a/sql/item_subselect.cc +++ b/sql/item_subselect.cc @@ -1356,7 +1356,7 @@ void subselect_uniquesubquery_engine::exclude() table_map subselect_engine::calc_const_tables(TABLE_LIST *table) { table_map map= 0; - for(; table; table= table->next) + for (; table; table= table->next) { TABLE *tbl= table->table; if (tbl && tbl->const_table) |