From c1677ab199a367399e275935e7446341b8929391 Mon Sep 17 00:00:00 2001 From: Source Maintenance Date: Thu, 13 Aug 2015 00:12:11 +0000 Subject: [PATCH] SourceFormat Enforcement --- src/parser/Tokenizer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser/Tokenizer.cc b/src/parser/Tokenizer.cc index 825aecc7a8..a4e1bf5e78 100644 --- a/src/parser/Tokenizer.cc +++ b/src/parser/Tokenizer.cc @@ -194,7 +194,7 @@ Parser::Tokenizer::skipAllTrailing(const CharacterSet &skippable) { const SBuf::size_type prefixEnd = buf_.findLastNotOf(skippable); const SBuf::size_type prefixLen = prefixEnd == SBuf::npos ? - 0 : (prefixEnd + 1); + 0 : (prefixEnd + 1); const SBuf::size_type suffixLen = buf_.length() - prefixLen; if (suffixLen == 0) { debugs(24, 8, "no match when trying to skip " << skippable.name); -- 2.47.2