]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#539,!330] Removed extraneous whitespaces.
authorMarcin Siodelski <marcin@isc.org>
Fri, 24 May 2019 13:30:59 +0000 (15:30 +0200)
committerThomas Markwalder <tmark@isc.org>
Fri, 24 May 2019 14:14:17 +0000 (10:14 -0400)
src/lib/util/strutil.h

index 2ce16960b9fa3f99ac6177a4fa09e4e1b8289791..08f400df40af9d66d64c223c922502249dcb0cf9 100644 (file)
@@ -57,7 +57,7 @@ std::string trim(const std::string& instring);
 /// \brief Finds the "trimmed" end of a buffer
 ///
 /// Works backward from the the end of the buffer, looking for the first
-/// character not equal to the trim value, and returns an iterator 
+/// character not equal to the trim value, and returns an iterator
 /// pointing that that position.
 ///
 /// \param begin - Forward iterator pointing to the beginning of the
@@ -66,7 +66,7 @@ std::string trim(const std::string& instring);
 /// the buffer to trim
 /// \param val - byte value to trim off
 ///
-/// \retrun Iterator pointing the first character from the end of the 
+/// \retrun Iterator pointing the first character from the end of the
 /// buffer not equal to the  trim value
 template<typename Iterator>
 Iterator