[Bf-blender-cvs] [13a90d646a4] master: Codestyle: Remove trailing spaces

Jeroen Bakker noreply at git.blender.org
Tue May 28 15:12:45 CEST 2019


Commit: 13a90d646a4d29296dde1561417f3faeb46091c6
Author: Jeroen Bakker
Date:   Tue May 28 15:12:29 2019 +0200
Branches: master
https://developer.blender.org/rB13a90d646a4d29296dde1561417f3faeb46091c6

Codestyle: Remove trailing spaces

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

M	release/scripts/startup/bl_ui/space_view3d.py

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

diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index fdf9570763a..649abfe5fe6 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -5576,9 +5576,9 @@ class VIEW3D_PT_overlay_edit_mesh_shading(Panel):
             sub.prop(tool_settings, "vertex_group_user", expand=True)
 
         if shading.type == 'WIREFRAME':
-            xray = shading.show_xray_wireframe and shading.xray_alpha_wireframe < 1.0 
+            xray = shading.show_xray_wireframe and shading.xray_alpha_wireframe < 1.0
         elif shading.type == 'SOLID':
-            xray = shading.show_xray and shading.xray_alpha < 1.0 
+            xray = shading.show_xray and shading.xray_alpha < 1.0
         else:
             xray = False
         statvis_active = not xray



More information about the Bf-blender-cvs mailing list