[PATCH v3] Remove whitespaces and tabs

Andrey Gusev andrey.goosev at gmail.com
Sat Oct 17 09:10:21 CDT 2015


Supersedes 115281
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20151017/53ab2d7f/attachment.html>
-------------- next part --------------
From 55f939e3eb3fd6dba5e8270d55cd30ee0a10e4ea Mon Sep 17 00:00:00 2001
Message-Id: <55f939e3eb3fd6dba5e8270d55cd30ee0a10e4ea.1445090791.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Sat, 17 Oct 2015 17:06:09 +0300
Subject: [PATCH v3] Remove whitespaces and tabs

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 configure                | 2 +-
 configure.ac             | 2 +-
 dlls/advapi32/eventlog.c | 2 +-
 dlls/wined3d/context.c   | 8 ++++----
 include/dxgi.idl         | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/configure b/configure
index 900c9a6..ee3711b 100755
--- a/configure
+++ b/configure
@@ -19634,6 +19634,6 @@ done
 IFS="$ac_save_IFS"
 
 $as_echo "
-$as_me: Finished.  Do '${ac_make}' to compile Wine.
+$as_me: Finished. Do '${ac_make}' to compile Wine.
 " >&6
 
diff --git a/configure.ac b/configure.ac
index de8cde5..4049313 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3785,7 +3785,7 @@ fi
 WINE_PRINT_MESSAGES
 
 AS_ECHO("
-$as_me: Finished.  Do '${ac_make}' to compile Wine.
+$as_me: Finished. Do '${ac_make}' to compile Wine.
 ") >&AS_MESSAGE_FD
 
 dnl Local Variables:
diff --git a/dlls/advapi32/eventlog.c b/dlls/advapi32/eventlog.c
index 7839fc4..f630ef1 100644
--- a/dlls/advapi32/eventlog.c
+++ b/dlls/advapi32/eventlog.c
@@ -778,7 +778,7 @@ ULONG WINAPI RegisterTraceGuidsW( WMIDPREQUEST RequestAddress,
         ULONG i;
         for (i = 0; i < GuidCount; i++)
         {
-            FIXME("  register trace class %s\n", debugstr_guid(TraceGuidReg[i].Guid));
+            FIXME("register trace class %s\n", debugstr_guid(TraceGuidReg[i].Guid));
             TraceGuidReg[i].RegHandle = (HANDLE)0xdeadbeef;
         }
     }
diff --git a/dlls/wined3d/context.c b/dlls/wined3d/context.c
index eee0274..48120cc 100644
--- a/dlls/wined3d/context.c
+++ b/dlls/wined3d/context.c
@@ -276,9 +276,9 @@ void context_check_fbo_status(const struct wined3d_context *context, GLenum targ
             return;
         }
 
-        FIXME("\tColor Location %s (%#x).\n", wined3d_debug_location(context->current_fbo->color_location),
+        FIXME("Color Location %s (%#x).\n", wined3d_debug_location(context->current_fbo->color_location),
                 context->current_fbo->color_location);
-        FIXME("\tDepth Stencil Location %s (%#x).\n", wined3d_debug_location(context->current_fbo->ds_location),
+        FIXME("Depth Stencil Location %s (%#x).\n", wined3d_debug_location(context->current_fbo->ds_location),
                 context->current_fbo->ds_location);
 
         /* Dump the FBO attachments */
@@ -287,7 +287,7 @@ void context_check_fbo_status(const struct wined3d_context *context, GLenum targ
             attachment = context->current_fbo->render_targets[i];
             if (attachment)
             {
-                FIXME("\tColor attachment %d: (%p) %s %ux%u %u samples.\n",
+                FIXME("Color attachment %d: (%p) %s %ux%u %u samples.\n",
                         i, attachment, debug_d3dformat(attachment->resource.format->id),
                         attachment->pow2Width, attachment->pow2Height, attachment->resource.multisample_type);
             }
@@ -295,7 +295,7 @@ void context_check_fbo_status(const struct wined3d_context *context, GLenum targ
         attachment = context->current_fbo->depth_stencil;
         if (attachment)
         {
-            FIXME("\tDepth attachment: (%p) %s %ux%u %u samples.\n",
+            FIXME("Depth attachment: (%p) %s %ux%u %u samples.\n",
                     attachment, debug_d3dformat(attachment->resource.format->id),
                     attachment->pow2Width, attachment->pow2Height, attachment->resource.multisample_type);
         }
diff --git a/include/dxgi.idl b/include/dxgi.idl
index dd16309..c41879f 100644
--- a/include/dxgi.idl
+++ b/include/dxgi.idl
@@ -464,7 +464,7 @@ interface IDXGIDevice1 : IDXGIDevice
     uuid(770aae78-f26f-4dba-a829-253c83d1b387),
     local,
     pointer_default(unique)
- ]
+]
 interface IDXGIFactory1 : IDXGIFactory
 {
     HRESULT EnumAdapters1([in] UINT Adapter, [out] IDXGIAdapter1 **ppAdapter);
-- 
2.4.3



More information about the wine-patches mailing list