Corrected inconsistent indentation
authorJohn Alexander <john.alexander@datapath.co.uk>
Mon, 17 Feb 2020 10:22:05 +0000 (10:22 +0000)
committerBen Ashbaugh <ben.ashbaugh@intel.com>
Wed, 26 Feb 2020 15:38:08 +0000 (07:38 -0800)
loader/windows/icd_windows_dxgk.c
loader/windows/icd_windows_hkr.c

index 8639617..d16986b 100644 (file)
@@ -123,13 +123,13 @@ bool khrIcdOsVendorsEnumerateDXGK(void)
                 Status = D3DKMTQueryAdapterInfo(&queryAdapterInfo);
                 if (NT_SUCCESS(Status))
                 {
-                   KHR_ICD_TRACE("Accepting multi-string registry key type\n");
+                    KHR_ICD_TRACE("Accepting multi-string registry key type\n");
                 }
                 else
                 {
-                   // Continue trying to get as much info on each adapter as possible.
-                   // It's too late to return FALSE and claim WDDM2_4 enumeration is not available here.
-                   continue;
+                    // Continue trying to get as much info on each adapter as possible.
+                    // It's too late to return FALSE and claim WDDM2_4 enumeration is not available here.
+                    continue;
                 }
             }
             if (NT_SUCCESS(Status) && pQueryArgs->Status == D3DDDI_QUERYREGISTRY_STATUS_BUFFER_OVERFLOW)
index aa55939..58d5c0c 100644 (file)
@@ -133,12 +133,12 @@ static bool ReadOpenCLKey(DEVINST dnDevNode)
         {
             if (REG_MULTI_SZ == dwLibraryNameType)
             {
-               KHR_ICD_TRACE("Accepting multi-string registry key type\n");
+                KHR_ICD_TRACE("Accepting multi-string registry key type\n");
             }
             else
             {
-               KHR_ICD_TRACE("Unexpected registry entry 0x%x! continuing\n", dwLibraryNameType);
-               goto out;
+                KHR_ICD_TRACE("Unexpected registry entry 0x%x! continuing\n", dwLibraryNameType);
+                goto out;
             }
         }