]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2376] style fix: brace position
authorJINMEI Tatuya <jinmei@isc.org>
Mon, 19 Nov 2012 02:36:25 +0000 (11:36 +0900)
committerJINMEI Tatuya <jinmei@isc.org>
Mon, 19 Nov 2012 02:36:25 +0000 (11:36 +0900)
src/lib/dns/loader_callbacks.h

index 88e4a51e72e81e97329826455c417fca40479990..93743c2e10b0bce1819ceacfc0bc16e9b42fa707 100644 (file)
@@ -115,8 +115,7 @@ public:
     /// \brief Call the add callback.
     ///
     /// This is called for each loaded RRset.
-    void addRRset(const RRsetPtr& rrset)
-    {
+    void addRRset(const RRsetPtr& rrset) {
         add_(rrset);
     }