mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
fixed formatting
This commit is contained in:
parent
2ebe07bace
commit
7e49371ba1
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ void PingController::muteChannel(const QString &channelName)
|
|||
|
||||
void PingController::unmuteChannel(const QString &channelName)
|
||||
{
|
||||
for (std::vector<int>::size_type i = 0;
|
||||
i != channelVector.raw().size(); i++)
|
||||
for (std::vector<int>::size_type i = 0; i != channelVector.raw().size();
|
||||
i++)
|
||||
{
|
||||
if (channelVector.raw()[i].toLower() == channelName.toLower())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue