Whitespaces [#METR-2944].

This commit is contained in:
Alexey Milovidov 2016-03-04 05:40:48 +03:00
parent 7b9d9631de
commit cd7b937342
2 changed files with 3 additions and 0 deletions

View File

@ -121,6 +121,7 @@ private:
size_t local_shard_count = 0; size_t local_shard_count = 0;
}; };
class Clusters class Clusters
{ {
public: public:

View File

@ -72,11 +72,13 @@ private:
context.assertDatabaseExists(source_database); context.assertDatabaseExists(source_database);
const Tables & tables = context.getDatabases().at(source_database); const Tables & tables = context.getDatabases().at(source_database);
for (Tables::const_iterator it = tables.begin(); it != tables.end(); ++it) for (Tables::const_iterator it = tables.begin(); it != tables.end(); ++it)
{
if (table_name_regexp.match(it->first)) if (table_name_regexp.match(it->first))
{ {
any_table = it->second; any_table = it->second;
break; break;
} }
}
} }
if (!any_table) if (!any_table)