Commit: 55615e2600735d83c2332dbc18a8553d3d5e5cfd
Author: Campbell Barton
Date:   Wed Aug 11 10:11:11 2021 +1000
Branches: master
https://developer.blender.org/rB55615e2600735d83c2332dbc18a8553d3d5e5cfd

Cleanup: trailing space, remove BOM

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

M       make.bat
M       source/blender/gpu/intern/gpu_matrix.cc

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

diff --git a/make.bat b/make.bat
index 0fda7594e25..e94f7637512 100644
--- a/make.bat
+++ b/make.bat
@@ -14,7 +14,7 @@ call "%BLENDER_DIR%\build_files\windows\parse_arguments.cmd" 
%*
 if errorlevel 1 goto EOF
 
 REM if it is one of the convenience targets and BLENDER_BIN is set
-REM skip compiler detection 
+REM skip compiler detection
 if "%ICONS%%ICONS_GEOM%%DOC_PY%" == "1" (
        if EXIST "%BLENDER_BIN%" (
                goto convenience_targets
diff --git a/source/blender/gpu/intern/gpu_matrix.cc 
b/source/blender/gpu/intern/gpu_matrix.cc
index e277dda3812..bbcc241f5e3 100644
--- a/source/blender/gpu/intern/gpu_matrix.cc
+++ b/source/blender/gpu/intern/gpu_matrix.cc
@@ -560,7 +560,7 @@ bool GPU_matrix_unproject_3fv(const float win[3],
   if (!is_finite_v3(out)) {
     return false;
   }
-  
+
   mul_v3_m4v3(r_world, model_inverted, out);
   return true;
 }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to