From e96ee73cbafd77e8d6b8108cb6db7561fa78c781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Mon, 6 Feb 2017 15:18:33 +0000 Subject: [PATCH] [EXPLORER]: One indentation and one return value fix. svn path=/trunk/; revision=73723 --- reactos/base/shell/explorer/startctxmnu.cpp | 2 +- reactos/base/shell/explorer/tbsite.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/base/shell/explorer/startctxmnu.cpp b/reactos/base/shell/explorer/startctxmnu.cpp index 8e7e454a085..590ada50622 100644 --- a/reactos/base/shell/explorer/startctxmnu.cpp +++ b/reactos/base/shell/explorer/startctxmnu.cpp @@ -176,7 +176,7 @@ public: ILFree(pidlStart); } - return NULL; + return S_OK; } virtual HRESULT STDMETHODCALLTYPE diff --git a/reactos/base/shell/explorer/tbsite.cpp b/reactos/base/shell/explorer/tbsite.cpp index cd55b51946e..1de517d005b 100644 --- a/reactos/base/shell/explorer/tbsite.cpp +++ b/reactos/base/shell/explorer/tbsite.cpp @@ -755,7 +755,7 @@ public: return S_OK; } - }; +}; /*******************************************************************/ ITrayBandSite*