fix indentation for last inactive check timestamp

This commit is contained in:
Stephen Birarda 2016-03-30 16:58:35 -07:00
parent 4210bc178e
commit d8b0dbf3bf

View file

@ -35,7 +35,7 @@ IceServer::IceServer(int argc, char* argv[]) :
_serverSocket(),
_activePeers(),
_httpManager(QHostAddress::AnyIPv4, ICE_SERVER_MONITORING_PORT, QString("%1/web/").arg(QCoreApplication::applicationDirPath()), this),
_lastInactiveCheckTimestamp(QDateTime::currentMSecsSinceEpoch())
_lastInactiveCheckTimestamp(QDateTime::currentMSecsSinceEpoch())
{
// start the ice-server socket
qDebug() << "ice-server socket is listening on" << ICE_SERVER_DEFAULT_PORT;