[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2024-08-25 07:29:24 +00:00
parent 2ab1df8c3e
commit 9d949c60aa
7 changed files with 23 additions and 25 deletions

View File

@@ -132,8 +132,7 @@ STDAPI DllRegisterServer()
L".FCBak\\shellex\\{E357FCCD-A995-4576-B01F-234630154E96}",
NULL,
REG_SZ,
(DWORD_PTR)szCLSID_SampleThumbnailProvider}
};
(DWORD_PTR)szCLSID_SampleThumbnailProvider}};
return CreateRegistryKeys(keys, ARRAYSIZE(keys));
}