[NETSHELL]

- fix identation 
- found by Christoph

svn path=/trunk/; revision=62062
This commit is contained in:
Johannes Anderwald 2014-02-09 10:24:31 +00:00
parent 2567316aa2
commit 114af4f814

View file

@ -54,7 +54,7 @@ class CNetConnectionPropertyUi final :
VOID EnumComponents(HWND hDlgCtrl, INetCfg *pNCfg, const GUID *CompGuid, UINT Type);
VOID InitializeLANPropertiesUIDlg(HWND hwndDlg);
VOID ShowNetworkComponentProperties(HWND hwndDlg);
BOOL GetDeviceInstanceID(OUT LPOLESTR *DeviceInstanceID);
BOOL GetDeviceInstanceID(OUT LPOLESTR *DeviceInstanceID);
static INT_PTR CALLBACK LANPropertiesUIDlg(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
INetConnection * pCon;