Browse Source

[2376] style fix: brace position

JINMEI Tatuya 12 years ago
parent
commit
7d0cf9b426
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/lib/dns/loader_callbacks.h

+ 1 - 2
src/lib/dns/loader_callbacks.h

@@ -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);
     }