[PATCH v2] Remove whitespaces

Andrey Gusev andrey.goosev at gmail.com
Wed Oct 14 07:22:36 CDT 2015


Supersedes 115107
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20151014/c4796a92/attachment.html>
-------------- next part --------------
From d0a3de666ecd84d5fd7291e4c600cb40c37edc48 Mon Sep 17 00:00:00 2001
Message-Id: <d0a3de666ecd84d5fd7291e4c600cb40c37edc48.1444825036.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Wed, 14 Oct 2015 15:16:54 +0300
Subject: [PATCH v2] Remove whitespaces

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

diff --git a/configure b/configure
index 80cc812..13af866 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/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