[CRYPT32_WINETEST]
[reactos.git] / rostests / winetests / crypt32 / testlist.c
index 9769dbc..fb49490 100644 (file)
@@ -26,15 +26,15 @@ const struct test winetest_testlist[] =
     { "chain", func_chain },
     { "crl", func_crl },
     { "ctl", func_ctl },
-       { "encode", func_encode },
-       { "main", func_main },
-       { "message", func_message },
-       { "msg", func_msg },
-       { "object", func_object },
-       { "oid", func_oid },
-       { "protectdata", func_protectdata },
-       { "sip", func_sip },
-       { "store", func_store },
-       { "str", func_str },
-       { 0, 0 }
+    { "encode", func_encode },
+    { "main", func_main },
+    { "message", func_message },
+    { "msg", func_msg },
+    { "object", func_object },
+    { "oid", func_oid },
+    { "protectdata", func_protectdata },
+    { "sip", func_sip },
+    { "store", func_store },
+    { "str", func_str },
+    { 0, 0 }
 };