From: Marcin Siodelski Date: Fri, 24 May 2019 13:30:59 +0000 (+0200) Subject: [#539,!330] Removed extraneous whitespaces. X-Git-Tag: Kea-1.6.0-beta~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bc61b6b06b02463601d16ff2cd6e5534ba23363;p=thirdparty%2Fkea.git [#539,!330] Removed extraneous whitespaces. --- diff --git a/src/lib/util/strutil.h b/src/lib/util/strutil.h index 2ce16960b9..08f400df40 100644 --- a/src/lib/util/strutil.h +++ b/src/lib/util/strutil.h @@ -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 Iterator