[Bf-blender-cvs] [794277f] master: Stupid MSVC replaces tabs to spaces spontaneously :S

Sergey Sharybin noreply at git.blender.org
Tue Aug 12 12:52:04 CEST 2014


Commit: 794277f8b6ca5f48eb994560d201e210e1eabaf1
Author: Sergey Sharybin
Date:   Tue Aug 12 16:51:37 2014 +0600
Branches: master
https://developer.blender.org/rB794277f8b6ca5f48eb994560d201e210e1eabaf1

Stupid MSVC replaces tabs to spaces spontaneously :S

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

M	intern/ghost/intern/GHOST_SystemWin32.cpp

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

diff --git a/intern/ghost/intern/GHOST_SystemWin32.cpp b/intern/ghost/intern/GHOST_SystemWin32.cpp
index 3be6f0d..cad2aab 100644
--- a/intern/ghost/intern/GHOST_SystemWin32.cpp
+++ b/intern/ghost/intern/GHOST_SystemWin32.cpp
@@ -1428,7 +1428,7 @@ static bool isStartedFromCommandPrompt()
 	if (hwnd) {
 		DWORD pid = (DWORD)-1;
 		DWORD ppid = GetParentProcessID();
-        char parent_name[MAX_PATH];
+		char parent_name[MAX_PATH];
 		bool start_from_launcher = false;
 
 		GetWindowThreadProcessId(hwnd, &pid);




More information about the Bf-blender-cvs mailing list