[PATCH] Remove whitespaces

Andrey Gusev andrey.goosev at gmail.com
Sat Oct 10 07:02:33 CDT 2015


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20151010/e4d62a61/attachment.html>
-------------- next part --------------
From 1d13831450c04adbe2807a5461728ff03527c732 Mon Sep 17 00:00:00 2001
Message-Id: <1d13831450c04adbe2807a5461728ff03527c732.1444478396.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Sat, 10 Oct 2015 14:59:35 +0300
Subject: [PATCH] Remove whitespaces

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

diff --git a/configure b/configure
index 872db31..a2069b2 100755
--- a/configure
+++ b/configure
@@ -19632,6 +19632,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 e22b0ef..b528a39 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3784,7 +3784,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;
         }
     }
-- 
2.4.3



More information about the wine-patches mailing list