Skip to content

Commit 51e41c3

Browse files
committed
clang formatting 2
1 parent 65f564a commit 51e41c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/aoapplication.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ void AOApplication::server_disconnected()
147147
}
148148
Options::getInstance().setServerSubTheme(QString());
149149

150-
if (try_reconnect && QMessageBox::question(nullptr, tr("Server Disconnected"),
150+
if (try_reconnect && QMessageBox::question(nullptr,tr("Server Disconnected"),
151151
tr("Connection to the server has been lost. "
152152
"Do you want to reconnect?"),
153153
QMessageBox::Yes | QMessageBox::No) == QMessageBox::Yes)

0 commit comments

Comments
 (0)