From cb4b8c02c68aa18170e74a96f840e3613970af22 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 20 Jun 2018 07:20:32 +0200 Subject: Extend trim() to treat newline as whitespace --- libbutl/utility.mxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/utility.mxx') diff --git a/libbutl/utility.mxx b/libbutl/utility.mxx index 252a4b4..ee2aed7 100644 --- a/libbutl/utility.mxx +++ b/libbutl/utility.mxx @@ -140,7 +140,7 @@ LIBBUTL_MODEXPORT namespace butl // Basic string utilities. // - // Trim leading/trailing whitespacec, including '\r'. + // Trim leading/trailing whitespaces, including '\n' and '\r'. // LIBBUTL_SYMEXPORT std::string& trim (std::string&); -- cgit v1.1