Browse Source

[2178] (unrelated) style nit: adjusted brace position for 'catch'

JINMEI Tatuya 12 years ago
parent
commit
bca8812cd6
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/lib/datasrc/client_list.cc

+ 1 - 2
src/lib/datasrc/client_list.cc

@@ -151,8 +151,7 @@ ConfigurableClientList::configure(const ConstElementPtr& config,
                             ZoneIteratorPtr iterator;
                             try {
                                 iterator = client->getIterator(origin);
-                            }
-                            catch (const DataSourceError&) {
+                            } catch (const DataSourceError&) {
                                 isc_throw(ConfigurationError, "Unable to "
                                           "cache non-existent zone "
                                           << origin);