]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[365-automatically-calculate-the-values-for-options-58-and-59] Removed extra traling...
authorFrancis Dupont <fdupont@isc.org>
Thu, 10 Jan 2019 14:34:39 +0000 (15:34 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 10 Jan 2019 14:34:39 +0000 (15:34 +0100)
src/lib/dhcpsrv/network.h

index 9aecb63220260ed7cb2d85dd08cd35b2dd188fa5..a1fb3abcebdcb543b32f8d5da7e1e87730434e0f 100644 (file)
@@ -318,7 +318,7 @@ public:
 
     /// @brief Sets whether or not T1/T2 calculation is enabled.
     ///
-    /// @param calculate_tee_times new value of enabled/disabled 
+    /// @param calculate_tee_times new value of enabled/disabled.
     void setCalculateTeeTimes(const bool& calculate_tee_times) {
         calculate_tee_times_ = calculate_tee_times;
     }
@@ -342,7 +342,7 @@ public:
 
     /// @brief Sets new precentage for calculating T2 (rebind timer).
     ///
-    /// @param t2_percent New percentage to use. 
+    /// @param t2_percent New percentage to use.
     void setT2Percent(const double& t2_percent) {
         t2_percent_ = t2_percent;
     }