[RSHELL] Fix indentation (#7238)

Reduce coding stress.
JIRA issue: CORE-18462
Just fix indentation.
This commit is contained in:
Katayama Hirofumi MZ 2024-08-11 23:35:02 +09:00 committed by GitHub
parent 9ee30c57fd
commit bf681c3a7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 247 additions and 251 deletions

View file

@ -6,7 +6,6 @@
* PROGRAMMERS: Shriraj Sawant a.k.a SR13 <sr.official@hotmail.com>
*/
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
@ -281,7 +280,6 @@ const GUID CLSID_QuickLaunchBand = { 0x260cb95d, 0x4544, 0x44f6, { 0xa0, 0x79, 0
return pIPS->GetSizeMax(pcbSize);
}
/*****************************************************************************/
// IWinEventHandler
STDMETHODIMP CQuickLaunchBand::ContainsWindow(IN HWND hWnd)

View file

@ -28,7 +28,6 @@ class CQuickLaunchBand :
CComPtr<IUnknown> m_punkISFB;
public:
CQuickLaunchBand();
virtual ~CQuickLaunchBand();

View file

@ -281,4 +281,3 @@ VOID WINAPI ShowFolderOptionsDialog(UINT Page, BOOL Async)
wsprintfA(buf, "rundll32.exe shell32.dll,Options_RunDLL %u", Page);
WinExec(buf, SW_SHOW);
}