code style change

This commit is contained in:
Volker Fischer 2012-07-09 12:48:29 +00:00
parent 7cf53d7099
commit d0b017df54

View File

@ -650,8 +650,8 @@ public:
class LlconNetwUtil class LlconNetwUtil
{ {
public: public:
static bool ParseNetworkAddress ( QString strAddress, static bool ParseNetworkAddress ( QString strAddress,
CHostAddress& HostAddress ); CHostAddress& HostAddress );
}; };