code style

This commit is contained in:
Volker Fischer 2012-07-07 15:50:07 +00:00
parent 69f4ef837d
commit 3b539351b1

View file

@ -364,8 +364,7 @@ int main ( int argc, char** argv )
Settings.Load();
// GUI object
CLlconClientDlg ClientDlg (
&Client,
CLlconClientDlg ClientDlg ( &Client,
&Settings,
bConnectOnStartup,
bDisalbeLEDs,
@ -410,8 +409,7 @@ int main ( int argc, char** argv )
Server.UpdateServerList();
// GUI object for the server
CLlconServerDlg ServerDlg (
&Server,
CLlconServerDlg ServerDlg ( &Server,
&Settings,
bStartMinimized,
0,