Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-12-08 10:11:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-12-08 10:11:43 +0300
commitf4fa39a55122d1f9031c355f52860fbe2ca8ca6b (patch)
tree2d9dba8f57be89bdbec16086b136f1606d49a39f /release/scripts/modules/rna_prop_ui.py
parent53f94f92a1a84c44376722a4a642766f53b3ab24 (diff)
white space commit (spaces -> tabs and clearing whitespace)
Diffstat (limited to 'release/scripts/modules/rna_prop_ui.py')
-rw-r--r--release/scripts/modules/rna_prop_ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/modules/rna_prop_ui.py b/release/scripts/modules/rna_prop_ui.py
index ca452da7f73..dd71da74d35 100644
--- a/release/scripts/modules/rna_prop_ui.py
+++ b/release/scripts/modules/rna_prop_ui.py
@@ -217,7 +217,7 @@ class WM_OT_properties_edit(bpy.types.Operator):
wm.invoke_props_popup(self, event)
return ('RUNNING_MODAL',)
-
+
class WM_OT_properties_add(bpy.types.Operator):