]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2877] style fix: folded a long line.
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 10 Apr 2013 16:28:11 +0000 (09:28 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 10 Apr 2013 16:28:11 +0000 (09:28 -0700)
src/lib/datasrc/database.h

index ee9c9a0dd5ee071904cc3f8bb46b24b4c615d1b1..61ee1e6e3cb022f588425c8398bad8eee061534f 100644 (file)
@@ -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.
     };