[PATCH 4/4] shell32: Remove ugly newline and tab from TRACE or FIXME

Detlef Riekenberg wine.dev at web.de
Fri May 18 06:06:19 CDT 2012


---
 dlls/shell32/dataobject.c |    4 ++--
 dlls/shell32/enumidlist.c |    2 +-
 dlls/shell32/folders.c    |    2 +-
 dlls/shell32/shelllink.c  |    2 +-
 dlls/shell32/shlview.c    |   10 +++++-----
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/dlls/shell32/dataobject.c b/dlls/shell32/dataobject.c
index 1ad010c..c4fa311 100644
--- a/dlls/shell32/dataobject.c
+++ b/dlls/shell32/dataobject.c
@@ -59,7 +59,7 @@ static HRESULT WINAPI IEnumFORMATETC_fnQueryInterface(
                LPENUMFORMATETC iface, REFIID riid, LPVOID* ppvObj)
 {
 	IEnumFORMATETCImpl *This = impl_from_IEnumFORMATETC(iface);
-	TRACE("(%p)->(\n\tIID:\t%s,%p)\n",This,debugstr_guid(riid),ppvObj);
+        TRACE("(%p)->(%s, %p)\n", This, debugstr_guid(riid), ppvObj);
 
 	*ppvObj = NULL;
 
@@ -232,7 +232,7 @@ static inline IDataObjectImpl *impl_from_IDataObject(IDataObject *iface)
 static HRESULT WINAPI IDataObject_fnQueryInterface(LPDATAOBJECT iface, REFIID riid, LPVOID * ppvObj)
 {
 	IDataObjectImpl *This = impl_from_IDataObject(iface);
-	TRACE("(%p)->(\n\tIID:\t%s,%p)\n",This,debugstr_guid(riid),ppvObj);
+        TRACE("(%p)->(%s, %p)\n", This, debugstr_guid(riid), ppvObj);
 
 	*ppvObj = NULL;
 
diff --git a/dlls/shell32/enumidlist.c b/dlls/shell32/enumidlist.c
index 8ee789b..083a1f6 100644
--- a/dlls/shell32/enumidlist.c
+++ b/dlls/shell32/enumidlist.c
@@ -166,7 +166,7 @@ static HRESULT WINAPI IEnumIDList_fnQueryInterface(IEnumIDList *iface, REFIID ri
 {
         IEnumIDListImpl *This = impl_from_IEnumIDList(iface);
 
-	TRACE("(%p)->(\n\tIID:\t%s,%p)\n",This,debugstr_guid(riid),ppvObj);
+        TRACE("(%p)->(%s, %p)\n", This, debugstr_guid(riid), ppvObj);
 
 	*ppvObj = NULL;
 
diff --git a/dlls/shell32/folders.c b/dlls/shell32/folders.c
index 72da1bc..398ab13 100644
--- a/dlls/shell32/folders.c
+++ b/dlls/shell32/folders.c
@@ -94,7 +94,7 @@ static HRESULT WINAPI IExtractIconW_fnQueryInterface(IExtractIconW *iface, REFII
 {
     IExtractIconWImpl *This = impl_from_IExtractIconW(iface);
 
-    TRACE("(%p)->(\n\tIID:\t%s,%p)\n", This, debugstr_guid(riid), ppv);
+    TRACE("(%p)->(%s, %p)\n", This, debugstr_guid(riid), ppv);
 
     *ppv = NULL;
     if (IsEqualIID(riid, &IID_IUnknown) || IsEqualIID(riid, &IID_IExtractIconW))
diff --git a/dlls/shell32/shelllink.c b/dlls/shell32/shelllink.c
index e325e2e..7779485 100644
--- a/dlls/shell32/shelllink.c
+++ b/dlls/shell32/shelllink.c
@@ -233,7 +233,7 @@ static inline LPWSTR strdupW( LPCWSTR src )
  */
 static HRESULT ShellLink_QueryInterface( IShellLinkImpl *This, REFIID riid,  LPVOID *ppvObj)
 {
-    TRACE("(%p)->(\n\tIID:\t%s)\n",This,debugstr_guid(riid));
+    TRACE("(%p)->(%s, %p)\n", This, debugstr_guid(riid), ppvObj);
 
     *ppvObj = NULL;
 
diff --git a/dlls/shell32/shlview.c b/dlls/shell32/shlview.c
index efd6e0f..9ad5fbe 100644
--- a/dlls/shell32/shlview.c
+++ b/dlls/shell32/shlview.c
@@ -1745,7 +1745,7 @@ static HRESULT WINAPI IShellView_fnQueryInterface(IShellView2 *iface, REFIID rii
 {
 	IShellViewImpl *This = impl_from_IShellView2(iface);
 
-	TRACE("(%p)->(\n\tIID:\t%s,%p)\n",This,debugstr_guid(riid),ppvObj);
+        TRACE("(%p)->(%s, %p)\n", This, debugstr_guid(riid), ppvObj);
 
 	*ppvObj = NULL;
 
@@ -2296,7 +2296,7 @@ static HRESULT WINAPI ISVOleCmdTarget_Exec(
 {
 	IShellViewImpl *This = impl_from_IOleCommandTarget(iface);
 
-	FIXME("(%p)->(\n\tTarget GUID:%s Command:0x%08x Opt:0x%08x %p %p)\n",
+	FIXME("(%p)->(%s Command:0x%08x Opt:0x%08x %p %p)\n",
               This, debugstr_guid(pguidCmdGroup), nCmdID, nCmdexecopt, pvaIn, pvaOut);
 
 	if (!pguidCmdGroup)
@@ -2333,7 +2333,7 @@ static HRESULT WINAPI ISVDropTarget_QueryInterface(
 {
 	IShellViewImpl *This = impl_from_IDropTarget(iface);
 
-	TRACE("(%p)->(\n\tIID:\t%s,%p)\n",This,debugstr_guid(riid),ppvObj);
+        TRACE("(%p)->(%s, %p)\n", This, debugstr_guid(riid), ppvObj);
 
 	return IShellView2_QueryInterface(&This->IShellView2_iface, riid, ppvObj);
 }
@@ -2521,7 +2521,7 @@ static HRESULT WINAPI ISVDropSource_QueryInterface(
 {
 	IShellViewImpl *This = impl_from_IDropSource(iface);
 
-	TRACE("(%p)->(\n\tIID:\t%s,%p)\n",This,debugstr_guid(riid),ppvObj);
+        TRACE("(%p)->(%s, %p)\n", This, debugstr_guid(riid), ppvObj);
 
 	return IShellView2_QueryInterface(&This->IShellView2_iface, riid, ppvObj);
 }
@@ -2589,7 +2589,7 @@ static HRESULT WINAPI ISVViewObject_QueryInterface(
 {
 	IShellViewImpl *This = impl_from_IViewObject(iface);
 
-	TRACE("(%p)->(\n\tIID:\t%s,%p)\n",This,debugstr_guid(riid),ppvObj);
+        TRACE("(%p)->(%s, %p)\n", This, debugstr_guid(riid), ppvObj);
 
 	return IShellView2_QueryInterface(&This->IShellView2_iface, riid, ppvObj);
 }
-- 
1.7.5.4




More information about the wine-patches mailing list