astyle formatting

[ci skip]
This commit is contained in:
versat 2020-05-14 18:18:14 +02:00
parent a0317477c9
commit 2fd2edd3f9
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ inline static bool isPrefixStringCharLiteral(const std::string &str, char q, con
inline static bool isStringCharLiteral(const std::string &str, char q)
{
static const std::vector<std::string> suffixes{"", "u8", "u", "U", "L"};
static const std::vector<std::string> suffixes{"", "u8", "u", "U", "L"};
for (const std::string & p: suffixes) {
if (isPrefixStringCharLiteral(str, q, p))
return true;