From: Antonio Ospite Date: Sun, 29 Jan 2012 17:54:43 +0000 (+0100) Subject: Fix some inconsistent use of tabs and spaces in indentation X-Git-Tag: vrm-0.3~2 X-Git-Url: https://git.ao2.it/vrm.git/commitdiff_plain/de221ecd94607f731bb5d39c4d71447e3b545098 Fix some inconsistent use of tabs and spaces in indentation Signed-off-by: Antonio Ospite --- diff --git a/vrm.py b/vrm.py index 72ed002..15fba09 100755 --- a/vrm.py +++ b/vrm.py @@ -134,7 +134,7 @@ class config: def loadFromRegistry(): registry = Blender.Registry.GetKey('VRM', True) if not registry: - return + return for k,v in registry.iteritems(): k_tmp = k.split('_') @@ -2991,7 +2991,7 @@ class GUI: Draw.Button("Exit", GUI.evtExitButton, 95, 210-25, 75, 25+18, "Exit!") Draw.Button("Save settings as default", GUI.evtSaveDefaultButton, 10, 210-50, 160, 18, - "Save settings as default") + "Save settings as default") # Rendering Styles glRasterPos2i(200, 310)