Commit f00d8adf authored by Don Gagne's avatar Don Gagne

Missing EOF newlines

parent 4ee3a94a
...@@ -294,4 +294,4 @@ void TCPLink::_resetName(void) ...@@ -294,4 +294,4 @@ void TCPLink::_resetName(void)
{ {
_name = QString("TCP Link (host:%1 port:%2)").arg(_hostAddress.toString()).arg(_port); _name = QString("TCP Link (host:%1 port:%2)").arg(_hostAddress.toString()).arg(_port);
emit nameChanged(_name); emit nameChanged(_name);
} }
\ No newline at end of file
...@@ -215,4 +215,4 @@ void TCPLinkUnitTest::_connectSucceed_test(void) ...@@ -215,4 +215,4 @@ void TCPLinkUnitTest::_connectSucceed_test(void)
_multiSpy->clearSignalsByMask(connectedSignalMask); _multiSpy->clearSignalsByMask(connectedSignalMask);
delete server; delete server;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment