From: JINMEI Tatuya Date: Fri, 27 Jul 2012 22:26:52 +0000 (-0700) Subject: [master] corrected trivial style matters I happened to notice. X-Git-Tag: trac2351_base~97^2~7^2~2^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a42f7706c8df86222bd795eb4340ee7aca80e154;p=thirdparty%2Fkea.git [master] corrected trivial style matters I happened to notice. folded long lines, and adjusted the position of '*'s. should be trivial enough, directly committing. --- diff --git a/ChangeLog b/ChangeLog index ddcfb7741c..948aafb281 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ 455. [func]* vorner - The server now uses never API for data sources. This would be an internal - change, however, the data sources are now configured differently. Please, - migrate your configuration to the top-level "data_sources" module. + The server now uses newer API for data sources. This would be an + internal change, however, the data sources are now configured + differently. Please, migrate your configuration to the top-level + "data_sources" module. (Trac #1976, git 0d4685b3e7603585afde1b587cbfefdfaf6a1bb3) 454. [bug] jelte diff --git a/src/bin/auth/datasrc_configurator.h b/src/bin/auth/datasrc_configurator.h index 810d4334fd..f305a0de3f 100644 --- a/src/bin/auth/datasrc_configurator.h +++ b/src/bin/auth/datasrc_configurator.h @@ -73,8 +73,8 @@ public: /// \throw isc::InvalidParameter if any of the parameters is NULL /// \throw isc::config::ModuleCCError if the remote configuration is not /// available for some reason. - static void init(isc::config::ModuleCCSession *session, - Server *server) + static void init(isc::config::ModuleCCSession* session, + Server* server) { if (session == NULL) { isc_throw(isc::InvalidParameter, "The session must not be NULL");