[Bf-blender-cvs] [9a8c572] master: Minor whitespace correction for eaea4ea51f665

Julian Eisel noreply at git.blender.org
Thu Aug 4 01:45:14 CEST 2016


Commit: 9a8c5721212cc286b6dc9eb6e8e4ac9500c707ea
Author: Julian Eisel
Date:   Thu Aug 4 01:43:01 2016 +0200
Branches: master
https://developer.blender.org/rB9a8c5721212cc286b6dc9eb6e8e4ac9500c707ea

Minor whitespace correction for eaea4ea51f665

Caused by merge conflicts, slipped throug when double checking.

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

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

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

diff --git a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
index b3d6107..c216d34 100644
--- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
+++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
@@ -136,7 +136,7 @@ class GreasePencilStrokeEditPanel:
     def draw(self, context):
         layout = self.layout
 
-        is_3d_view     = context.space_data.type == 'VIEW_3D'
+        is_3d_view = context.space_data.type == 'VIEW_3D'
 
         if not is_3d_view:
             layout.label(text="Select:")




More information about the Bf-blender-cvs mailing list