Added new lines to the end of the file

This commit is contained in:
Alekhya Kommuru
2020-01-17 11:12:23 -08:00
parent df1c6b9b0b
commit 44ac22c0de
2 changed files with 2 additions and 2 deletions

View File

@@ -271,4 +271,4 @@ HRESULT __stdcall CPowerRenameMenu::EnumSubCommands(IEnumExplorerCommand** ppEnu
{ {
*ppEnum = nullptr; *ppEnum = nullptr;
return E_NOTIMPL; return E_NOTIMPL;
} }

View File

@@ -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();
} }