From 1aebcdbb3a75b8c59ea211bb1ea6cc8573b0ea0f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 12 Mar 2020 12:24:15 +1100 Subject: Cleanup: spelling, clang-format --- source/blender/blendthumb/src/Dll.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'source/blender/blendthumb/src') diff --git a/source/blender/blendthumb/src/Dll.cpp b/source/blender/blendthumb/src/Dll.cpp index 89572334937..fec792ebfeb 100644 --- a/source/blender/blendthumb/src/Dll.cpp +++ b/source/blender/blendthumb/src/Dll.cpp @@ -159,8 +159,8 @@ struct REGISTRY_ENTRY { PCWSTR pszKeyName; PCWSTR pszValueName; DWORD dwValueType; - PCWSTR pszData; //These two fields could/should have been a union, but C++ - DWORD dwData; //only lets you initalize the first field in a union. + PCWSTR pszData; // These two fields could/should have been a union, but C++ + DWORD dwData; // only lets you initalize the first field in a union. }; // Creates a registry key (if needed) and sets the default value of the key @@ -236,7 +236,8 @@ STDAPI DllRegisterServer() L"Software\\Classes\\.blend\\", L"Treatment", REG_DWORD, - 0,0}, // doesn't appear to do anything... + 0, + 0}, // doesn't appear to do anything... {HKEY_CURRENT_USER, L"Software\\Classes\\.blend\\ShellEx\\{e357fccd-a995-4576-b01f-234630154e96}", NULL, -- cgit v1.2.3