mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[EXPLORER]: One indentation and one return value fix.
svn path=/trunk/; revision=73723
This commit is contained in:
@@ -176,7 +176,7 @@ public:
|
||||
ILFree(pidlStart);
|
||||
}
|
||||
|
||||
return NULL;
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
virtual HRESULT STDMETHODCALLTYPE
|
||||
|
||||
@@ -755,7 +755,7 @@ public:
|
||||
|
||||
return S_OK;
|
||||
}
|
||||
};
|
||||
};
|
||||
/*******************************************************************/
|
||||
|
||||
ITrayBandSite*
|
||||
|
||||
Reference in New Issue
Block a user