]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2207] editorial: folded a long line
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 17 Oct 2012 18:44:35 +0000 (11:44 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 17 Oct 2012 18:44:35 +0000 (11:44 -0700)
src/lib/datasrc/memory/zone_writer.h

index 6671429ba556a30efabcb60ef610c8d86bd759b4..8d194737ad54211f8c020df6c46259f268077aa1 100644 (file)
@@ -63,8 +63,8 @@ public:
     /// This may throw in rare cases, depending on the concrete implementation.
     /// If it throws, you still need to call cleanup().
     ///
-    /// \throw isc::InvalidOperation if called without previous load() or for the
-    ///     second time or cleanup() was called already.
+    /// \throw isc::InvalidOperation if called without previous load() or for
+    ///     the second time or cleanup() was called already.
     virtual void install() = 0;
 
     /// \brief Clean up resources.