sync rostests to r44455
[reactos.git] / rostests / winetests / GUI / misc.c
index 7830f27..f197174 100644 (file)
@@ -239,11 +239,11 @@ InitImageList(UINT StartResource,
     for (i = StartResource; i <= EndResource; i++)
     {
         hIcon = (HICON)LoadImageW(hInstance,
-                                  MAKEINTRESOURCEW(i),
-                                  IMAGE_ICON,
-                                  Width,
-                                  Height,
-                                  LR_DEFAULTCOLOR);
+                                    MAKEINTRESOURCEW(i),
+                                    IMAGE_ICON,
+                                    Width,
+                                    Height,
+                                    LR_DEFAULTCOLOR);
         if (hIcon == NULL)
             goto fail;