Home
last modified time | relevance | path

Searched refs:endsWithSpace (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DQualifierAlignmentFixer.cpp155 static bool endsWithSpace(const std::string &s) { in endsWithSpace() function
187 if (!NewText.empty() && !endsWithSpace(NewText)) in rotateTokens()