Browse Source

[1579] another editorial fix: spacing.

JINMEI Tatuya 13 years ago
parent
commit
52ee8a2874
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/database.h

+ 1 - 1
src/lib/datasrc/database.h

@@ -697,7 +697,7 @@ public:
         /// RESULT_DEFAULT. It wraps getRRsets function to do some special
         /// search, like searching NSEC RRset by getNSECRRset function,
         /// searching DNSSEC related RRset and RRsig by getNSECRRset.
-        class FindDNSSECContext{
+        class FindDNSSECContext {
             public:
 
                 /// \brief Constructor for FindDNSSECContext class.