From f5acfaad22af214c50302940616d49c752638125 Mon Sep 17 00:00:00 2001 From: Michael Jung Date: Thu, 3 Nov 2005 13:17:32 +0000 Subject: [PATCH] Replaced tabs with spaces. --- dlls/shell32/shfldr_unixfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/shell32/shfldr_unixfs.c b/dlls/shell32/shfldr_unixfs.c index 4b6ad5dd920..2288950962a 100644 --- a/dlls/shell32/shfldr_unixfs.c +++ b/dlls/shell32/shfldr_unixfs.c @@ -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); -- 2.11.4.GIT