Browse Source

[2877] style fix: folded a long line.

JINMEI Tatuya 12 years ago
parent
commit
000b191c22
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/datasrc/database.h

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

@@ -149,8 +149,8 @@ public:
         DEL_NSEC3_HASH = 0, ///< The hash (1st) label of the owren name,
                             ///< excluding the dot character.
         DEL_NSEC3_TYPE = 1, ///< The type of RR. Either RRSIG or NSEC3.
-        DEL_NSEC3_RDATA = 2, ///< Full text representation of the record's RDATA.
-                             ///< Must match the one in the database.
+        DEL_NSEC3_RDATA = 2, ///< Full text representation of the record's
+                             ///<  RDATA. Must match the one in the database.
         DEL_NSEC3_PARAM_COUNT = 3 ///< Number of parameters.
     };