[Bf-blender-cvs] [3d2b0c9b406] master: Cleanup: expand tabs

Campbell Barton noreply at git.blender.org
Mon Sep 9 16:05:45 CEST 2019


Commit: 3d2b0c9b4069b409b79a9761e9642f6bffcfd937
Author: Campbell Barton
Date:   Mon Sep 9 23:59:32 2019 +1000
Branches: master
https://developer.blender.org/rB3d2b0c9b4069b409b79a9761e9642f6bffcfd937

Cleanup: expand tabs

===================================================================

M	source/blender/blendthumb/src/BlenderThumb.cpp
M	source/blender/blendthumb/src/Dll.cpp

===================================================================

diff --git a/source/blender/blendthumb/src/BlenderThumb.cpp b/source/blender/blendthumb/src/BlenderThumb.cpp
index bfb13d98f45..be0adffbdfd 100644
--- a/source/blender/blendthumb/src/BlenderThumb.cpp
+++ b/source/blender/blendthumb/src/BlenderThumb.cpp
@@ -270,7 +270,7 @@ IFACEMETHODIMP CBlendThumb::GetThumbnail(UINT cx, HBITMAP *phbmp, WTS_ALPHATYPE
 
 #ifdef _DEBUG
 #  if 0
-			MessageBox(0,"Attach now","Debugging",MB_OK);
+      MessageBox(0, "Attach now", "Debugging", MB_OK);
 #  endif
 #endif
       IWICImagingFactory *pImgFac;
diff --git a/source/blender/blendthumb/src/Dll.cpp b/source/blender/blendthumb/src/Dll.cpp
index 5a6fb4e692c..08b3d253be8 100644
--- a/source/blender/blendthumb/src/Dll.cpp
+++ b/source/blender/blendthumb/src/Dll.cpp
@@ -215,7 +215,7 @@ STDAPI DllRegisterServer()
   }
   else {
     const REGISTRY_ENTRY rgRegistryEntries[] = {
-        // RootKey			KeyName																			ValueName			ValueType		Data
+        // RootKey KeyName ValueName ValueType Data
         {HKEY_CURRENT_USER,
          L"Software\\Classes\\CLSID\\" SZ_CLSID_BLENDTHUMBHANDLER,
          NULL,



More information about the Bf-blender-cvs mailing list