mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
Added new lines to the end of the file
This commit is contained in:
@@ -271,4 +271,4 @@ HRESULT __stdcall CPowerRenameMenu::EnumSubCommands(IEnumExplorerCommand** ppEnu
|
|||||||
{
|
{
|
||||||
*ppEnum = nullptr;
|
*ppEnum = nullptr;
|
||||||
return E_NOTIMPL;
|
return E_NOTIMPL;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -309,4 +309,4 @@ public:
|
|||||||
extern "C" __declspec(dllexport) PowertoyModuleIface* __cdecl powertoy_create()
|
extern "C" __declspec(dllexport) PowertoyModuleIface* __cdecl powertoy_create()
|
||||||
{
|
{
|
||||||
return new PowerRenameModule();
|
return new PowerRenameModule();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user