]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#93,!35] Removed spurious whitespace.
authorMarcin Siodelski <marcin@isc.org>
Thu, 27 Sep 2018 10:37:50 +0000 (12:37 +0200)
committerMarcin Siodelski <marcin@isc.org>
Mon, 8 Oct 2018 14:39:22 +0000 (16:39 +0200)
src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.h
src/lib/cc/tests/stamped_element_unittest.cc
src/lib/mysql/mysql_binding.h

index f0bf2d2a184d0f74e4e6079eb69b10718d95d328..ca413897538dccc290911846e271a395d777e9e3 100644 (file)
@@ -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.
index 6b832ebd317bf933d0e5eecdb463dc968a84310e..2b82abcd2b5d165a8e744665702ef7ea4719416a 100644 (file)
@@ -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);
index 05cb8bd035ce5f8631611170d70b0c2ed93ea83f..048d238d28a573ed28f887c175045358c2c4bdd3 100644 (file)
@@ -51,7 +51,7 @@ struct MySqlBindingTraits<std::string> {
     static const bool am_unsigned = false;
 };
 
-/// @brief Specialization for MySQL TIMESTAMP type. 
+/// @brief Specialization for MySQL TIMESTAMP type.
 template<>
 struct MySqlBindingTraits<boost::posix_time::ptime> {
     static const enum_field_types column_type = MYSQL_TYPE_TIMESTAMP;