fixed formatting

This commit is contained in:
fourtf 2020-02-23 19:44:37 +01:00
parent 2ebe07bace
commit 7e49371ba1

View file

@ -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())
{