From 114af4f8145019b4b29f6b85ba3cfee3443e4ab3 Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Sun, 9 Feb 2014 10:24:31 +0000 Subject: [PATCH] [NETSHELL] - fix identation - found by Christoph svn path=/trunk/; revision=62062 --- reactos/dll/win32/netshell/lanconnectui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/netshell/lanconnectui.cpp b/reactos/dll/win32/netshell/lanconnectui.cpp index 9e9164640dd..ad4e434507a 100644 --- a/reactos/dll/win32/netshell/lanconnectui.cpp +++ b/reactos/dll/win32/netshell/lanconnectui.cpp @@ -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;