do a full reformat according to our current .clang-format

This commit is contained in:
Rasmus Karlsson
2019-05-10 23:31:10 +02:00
parent fa6c9f2fba
commit 1a7a5409ab
14 changed files with 54 additions and 51 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ void SearchPopup::setChannel(ChannelPtr channel)
void SearchPopup::keyPressEvent(QKeyEvent *e)
{
if (e->key() == Qt::Key_Escape) {
if (e->key() == Qt::Key_Escape)
{
this->close();
return;
}