[PATCH] 4-space indent

Adam Petaccia adam at tpetaccia.com
Fri Jun 27 09:12:01 CDT 2008


---
 dlls/gdiplus/tests/font.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/gdiplus/tests/font.c b/dlls/gdiplus/tests/font.c
index 93efbc4..90fce18 100644
--- a/dlls/gdiplus/tests/font.c
+++ b/dlls/gdiplus/tests/font.c
@@ -33,9 +33,9 @@ static const WCHAR CourierNew[] = {'C','o','u','r','i','e','r',' ','N','e','w','
 
 static const char *debugstr_w(LPCWSTR str)
 {
-   static char buf[1024];
-   WideCharToMultiByte(CP_ACP, 0, str, -1, buf, sizeof(buf), NULL, NULL);
-   return buf;
+    static char buf[1024];
+    WideCharToMultiByte(CP_ACP, 0, str, -1, buf, sizeof(buf), NULL, NULL);
+    return buf;
 }
 
 
-- 
1.5.4.3


--=-U55i5yVZpzUOI+lXvyha--




More information about the wine-patches mailing list