mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 13:16:07 +00:00
[RSHELL] Fix indentation (#7238)
Reduce coding stress. JIRA issue: CORE-18462 Just fix indentation.
This commit is contained in:
parent
9ee30c57fd
commit
bf681c3a7c
3 changed files with 247 additions and 251 deletions
|
@ -6,7 +6,6 @@
|
||||||
* PROGRAMMERS: Shriraj Sawant a.k.a SR13 <sr.official@hotmail.com>
|
* PROGRAMMERS: Shriraj Sawant a.k.a SR13 <sr.official@hotmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#define WIN32_NO_STATUS
|
#define WIN32_NO_STATUS
|
||||||
#define _INC_WINDOWS
|
#define _INC_WINDOWS
|
||||||
#define COM_NO_WINDOWS_H
|
#define COM_NO_WINDOWS_H
|
||||||
|
@ -281,7 +280,6 @@ const GUID CLSID_QuickLaunchBand = { 0x260cb95d, 0x4544, 0x44f6, { 0xa0, 0x79, 0
|
||||||
return pIPS->GetSizeMax(pcbSize);
|
return pIPS->GetSizeMax(pcbSize);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
// IWinEventHandler
|
// IWinEventHandler
|
||||||
STDMETHODIMP CQuickLaunchBand::ContainsWindow(IN HWND hWnd)
|
STDMETHODIMP CQuickLaunchBand::ContainsWindow(IN HWND hWnd)
|
||||||
|
|
|
@ -28,7 +28,6 @@ class CQuickLaunchBand :
|
||||||
CComPtr<IUnknown> m_punkISFB;
|
CComPtr<IUnknown> m_punkISFB;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
CQuickLaunchBand();
|
CQuickLaunchBand();
|
||||||
virtual ~CQuickLaunchBand();
|
virtual ~CQuickLaunchBand();
|
||||||
|
|
||||||
|
|
|
@ -281,4 +281,3 @@ VOID WINAPI ShowFolderOptionsDialog(UINT Page, BOOL Async)
|
||||||
wsprintfA(buf, "rundll32.exe shell32.dll,Options_RunDLL %u", Page);
|
wsprintfA(buf, "rundll32.exe shell32.dll,Options_RunDLL %u", Page);
|
||||||
WinExec(buf, SW_SHOW);
|
WinExec(buf, SW_SHOW);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue