From: JINMEI Tatuya Date: Wed, 17 Oct 2012 18:44:35 +0000 (-0700) Subject: [2207] editorial: folded a long line X-Git-Tag: trac2402_base~12^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=100929f3fab349338ecbd8cbcdf090e1006f8ab0;p=thirdparty%2Fkea.git [2207] editorial: folded a long line --- diff --git a/src/lib/datasrc/memory/zone_writer.h b/src/lib/datasrc/memory/zone_writer.h index 6671429ba5..8d194737ad 100644 --- a/src/lib/datasrc/memory/zone_writer.h +++ b/src/lib/datasrc/memory/zone_writer.h @@ -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.