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:")

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to