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

commit 5a47b6e97ba47c86890748c676c1a4f695bf4508
Author:     winesync <[email protected]>
AuthorDate: Tue Dec 8 18:01:56 2020 +0100
Commit:     Jérôme Gardou <[email protected]>
CommitDate: Tue Jan 5 11:03:13 2021 +0100

    [WINESYNC] winapi_test: Restore horizontal alignment of macro defines.
    
    Signed-off-by: Serge Gautherie <[email protected]>
    Signed-off-by: Francois Gouget <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    
    wine commit id 99c0ab2ea1f912ee699e307a77f26822dfef7b06 by Serge Gautherie 
<[email protected]>
---
 modules/rostests/winetests/wininet/generated.c | 10 +++++-----
 sdk/tools/winesync/wininet.cfg                 |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/modules/rostests/winetests/wininet/generated.c 
b/modules/rostests/winetests/wininet/generated.c
index aec942c93bb..39a34f778f4 100644
--- a/modules/rostests/winetests/wininet/generated.c
+++ b/modules/rostests/winetests/wininet/generated.c
@@ -51,23 +51,23 @@
  * Test helper macros
  */
 
-#define TEST_TYPE_SIZE(type, size)             C_ASSERT(sizeof(type) == size);
+#define TEST_TYPE_SIZE(type, size)              C_ASSERT(sizeof(type) == size);
 
 #ifdef TYPE_ALIGNMENT
-# define TEST_TYPE_ALIGN(type, align)          C_ASSERT(TYPE_ALIGNMENT(type) 
== align);
+# define TEST_TYPE_ALIGN(type, align)           C_ASSERT(TYPE_ALIGNMENT(type) 
== align);
 #else
 # define TEST_TYPE_ALIGN(type, align)
 #endif
 
 #ifdef _TYPE_ALIGNMENT
-# define TEST_TARGET_ALIGN(type, align)        
C_ASSERT(_TYPE_ALIGNMENT(*(type)0) == align);
-# define TEST_FIELD_ALIGN(type, field, align)  
C_ASSERT(_TYPE_ALIGNMENT(((type*)0)->field) == align);
+# define TEST_TARGET_ALIGN(type, align)         
C_ASSERT(_TYPE_ALIGNMENT(*(type)0) == align);
+# define TEST_FIELD_ALIGN(type, field, align)   
C_ASSERT(_TYPE_ALIGNMENT(((type*)0)->field) == align);
 #else
 # define TEST_TARGET_ALIGN(type, align)
 # define TEST_FIELD_ALIGN(type, field, align)
 #endif
 
-#define TEST_FIELD_OFFSET(type, field, offset) C_ASSERT(FIELD_OFFSET(type, 
field) == offset);
+#define TEST_FIELD_OFFSET(type, field, offset)  C_ASSERT(FIELD_OFFSET(type, 
field) == offset);
 
 #define TEST_TARGET_SIZE(type, size)            TEST_TYPE_SIZE(*(type)0, size)
 #define TEST_FIELD_SIZE(type, field, size)      
TEST_TYPE_SIZE((((type*)0)->field), size)
diff --git a/sdk/tools/winesync/wininet.cfg b/sdk/tools/winesync/wininet.cfg
index 49114a4cde4..c9a256e7d6f 100644
--- a/sdk/tools/winesync/wininet.cfg
+++ b/sdk/tools/winesync/wininet.cfg
@@ -5,4 +5,4 @@ files:
   include/wininet.h: sdk/include/psdk/wininet.h
   include/winineti.h: sdk/include/psdk/winineti.h
 tags:
-  wine: c26d7470cc5b2dabf9c8b91d2b313eb0041bebae
+  wine: 99c0ab2ea1f912ee699e307a77f26822dfef7b06

Reply via email to