Replaced tabs with spaces.

This commit is contained in:
Michael Jung 2005-11-03 13:17:32 +00:00 committed by Alexandre Julliard
parent a84ce96470
commit f5acfaad22
1 changed files with 2 additions and 2 deletions

View File

@ -688,8 +688,8 @@ static HRESULT WINAPI UnixFolder_IShellFolder2_EnumObjects(IShellFolder2* iface,
iface, hwndOwner, grfFlags, ppEnumIDList);
if (!This->m_pszPath) {
WARN("EnumObjects called on uninitialized UnixFolder-object!\n");
return E_UNEXPECTED;
WARN("EnumObjects called on uninitialized UnixFolder-object!\n");
return E_UNEXPECTED;
}
newIterator = UnixSubFolderIterator_Constructor(This, grfFlags);