Stray whitespace
This commit is contained in:
parent
7149547645
commit
12f49d6f24
@ -140,7 +140,7 @@ inline bool requiresNameAnnounced(const StringView &from_name,
|
|||||||
const auto checkTable = [&](const std::string &str) {
|
const auto checkTable = [&](const std::string &str) {
|
||||||
return str.empty() || suffix_table.isSuffix(str);
|
return str.empty() || suffix_table.isSuffix(str);
|
||||||
};
|
};
|
||||||
|
|
||||||
return checkTable(first_prefix) && checkTable(first_suffix) && checkTable(second_prefix) &&
|
return checkTable(first_prefix) && checkTable(first_suffix) && checkTable(second_prefix) &&
|
||||||
checkTable(second_suffix);
|
checkTable(second_suffix);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user