sync rostests to r44455
[reactos.git] / rostests / winetests / advapi32 / crypt_sha.c
index 2737ee7..8b195d7 100644 (file)
@@ -39,9 +39,9 @@ static void test_sha_ctx(void)
     void (WINAPI *pA_SHAUpdate)(PSHA_CTX, const unsigned char *, UINT);
     void (WINAPI *pA_SHAFinal)(PSHA_CTX, PULONG);
     static const unsigned char test_buffer[] = "In our Life there's If"
-                                               "In our beliefs there's Lie"
-                                               "In our business there is Sin"
-                                               "In our bodies, there is Die";
+                       "In our beliefs there's Lie"
+                       "In our business there is Sin"
+                       "In our bodies, there is Die";
    HMODULE hmod;
    SHA_CTX ctx;
    ULONG result[5];