From: Marcin Siodelski Date: Thu, 27 Sep 2018 10:37:50 +0000 (+0200) Subject: [#93,!35] Removed spurious whitespace. X-Git-Tag: 5-netconf-extend-syntax_base~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fca3e6e825871d11aa678f9808f810456025ef97;p=thirdparty%2Fkea.git [#93,!35] Removed spurious whitespace. --- diff --git a/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.h b/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.h index f0bf2d2a18..ca41389753 100644 --- a/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.h +++ b/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.h @@ -214,7 +214,7 @@ public: createUpdateGlobalParameter4(const db::ServerSelector& selector, const std::string& name, const int64_t value); - + /// @brief Deletes subnet by prefix. /// /// @param selector Server selector. diff --git a/src/lib/cc/tests/stamped_element_unittest.cc b/src/lib/cc/tests/stamped_element_unittest.cc index 6b832ebd31..2b82abcd2b 100644 --- a/src/lib/cc/tests/stamped_element_unittest.cc +++ b/src/lib/cc/tests/stamped_element_unittest.cc @@ -32,7 +32,7 @@ TEST(StampedElementTest, create) { // value. TEST(StampedElementTest, setModificationTime) { boost::posix_time::ptime - modification_time(boost::gregorian::date(2002, boost::date_time::Jan, 10), + modification_time(boost::gregorian::date(2002, boost::date_time::Jan, 10), boost::posix_time::time_duration(1,2,3)); StampedElement element; element.setModificationTime(modification_time); @@ -43,7 +43,7 @@ TEST(StampedElementTest, setModificationTime) { // time. TEST(StampedElementTest, update) { boost::posix_time::ptime - modification_time(boost::gregorian::date(2002, boost::date_time::Jan, 10), + modification_time(boost::gregorian::date(2002, boost::date_time::Jan, 10), boost::posix_time::time_duration(1,2,3)); StampedElement element; element.setModificationTime(modification_time); diff --git a/src/lib/mysql/mysql_binding.h b/src/lib/mysql/mysql_binding.h index 05cb8bd035..048d238d28 100644 --- a/src/lib/mysql/mysql_binding.h +++ b/src/lib/mysql/mysql_binding.h @@ -51,7 +51,7 @@ struct MySqlBindingTraits { static const bool am_unsigned = false; }; -/// @brief Specialization for MySQL TIMESTAMP type. +/// @brief Specialization for MySQL TIMESTAMP type. template<> struct MySqlBindingTraits { static const enum_field_types column_type = MYSQL_TYPE_TIMESTAMP;