From 2bc61b6b06b02463601d16ff2cd6e5534ba23363 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Fri, 24 May 2019 15:30:59 +0200 Subject: [PATCH] [#539,!330] Removed extraneous whitespaces. --- src/lib/util/strutil.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2