https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ba884619b0825ea761cfab7b1eb0eff073f8e1be

commit ba884619b0825ea761cfab7b1eb0eff073f8e1be
Author:     Serge Gautherie <[email protected]>
AuthorDate: Fri Sep 21 17:28:51 2018 +0200
Commit:     Timo Kreuzer <[email protected]>
CommitDate: Sun Jun 2 19:10:30 2019 +0200

    [FORMATTING] Add/Remove a few spaces
---
 .../rostests/apitests/win32nt/ntdd/NtGdiDdCreateDirectDrawObject.c    | 4 ++--
 .../rostests/apitests/win32nt/ntdd/NtGdiDdDeleteDirectDrawObject.c    | 4 ++--
 modules/rostests/apitests/win32nt/ntdd/NtGdiDdQueryDirectDrawObject.c | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/modules/rostests/apitests/win32nt/ntdd/NtGdiDdCreateDirectDrawObject.c 
b/modules/rostests/apitests/win32nt/ntdd/NtGdiDdCreateDirectDrawObject.c
index ffc9eaa46a3..eb07b83d64b 100644
--- a/modules/rostests/apitests/win32nt/ntdd/NtGdiDdCreateDirectDrawObject.c
+++ b/modules/rostests/apitests/win32nt/ntdd/NtGdiDdCreateDirectDrawObject.c
@@ -9,8 +9,8 @@
 
 START_TEST(NtGdiDdCreateDirectDrawObject)
 {
-    HANDLE  hDirectDraw;
-    HDC hdc = CreateDCW(L"DISPLAY",NULL,NULL,NULL);
+    HANDLE hDirectDraw;
+    HDC hdc = CreateDCW(L"DISPLAY", NULL, NULL, NULL);
     ok(hdc != NULL, "\n");
 
     /* Test ReactX */
diff --git 
a/modules/rostests/apitests/win32nt/ntdd/NtGdiDdDeleteDirectDrawObject.c 
b/modules/rostests/apitests/win32nt/ntdd/NtGdiDdDeleteDirectDrawObject.c
index 7c719888660..00ee1f57c52 100644
--- a/modules/rostests/apitests/win32nt/ntdd/NtGdiDdDeleteDirectDrawObject.c
+++ b/modules/rostests/apitests/win32nt/ntdd/NtGdiDdDeleteDirectDrawObject.c
@@ -9,8 +9,8 @@
 
 START_TEST(NtGdiDdDeleteDirectDrawObject)
 {
-    HANDLE  hDirectDraw;
-    HDC hdc = CreateDCW(L"DISPLAY",NULL,NULL,NULL);
+    HANDLE hDirectDraw;
+    HDC hdc = CreateDCW(L"DISPLAY", NULL, NULL, NULL);
     ok(hdc != NULL, "\n");
 
     /* Test ReactX */
diff --git 
a/modules/rostests/apitests/win32nt/ntdd/NtGdiDdQueryDirectDrawObject.c 
b/modules/rostests/apitests/win32nt/ntdd/NtGdiDdQueryDirectDrawObject.c
index 1105860c6bb..ab3fb14b59b 100644
--- a/modules/rostests/apitests/win32nt/ntdd/NtGdiDdQueryDirectDrawObject.c
+++ b/modules/rostests/apitests/win32nt/ntdd/NtGdiDdQueryDirectDrawObject.c
@@ -15,7 +15,7 @@
  */
 START_TEST(NtGdiDdQueryDirectDrawObject)
 {
-    HANDLE  hDirectDraw = NULL;
+    HANDLE hDirectDraw = NULL;
     DD_HALINFO *pHalInfo = NULL;
     DWORD *pCallBackFlags = NULL;
     LPD3DNTHAL_CALLBACKS puD3dCallbacks = NULL;
@@ -64,7 +64,7 @@ START_TEST(NtGdiDdQueryDirectDrawObject)
     EnumDisplaySettingsA(NULL, ENUM_CURRENT_SETTINGS, &devmode);
 
     /* Create hdc that we can use */
-    hdc = CreateDCW(L"DISPLAY",NULL,NULL,NULL);
+    hdc = CreateDCW(L"DISPLAY", NULL, NULL, NULL);
     ASSERT(hdc != NULL);
 
 

Reply via email to