Fix some inconsistent use of tabs and spaces in indentation
[vrm.git] / vrm.py
diff --git a/vrm.py b/vrm.py
index 42eaf3b..15fba09 100755 (executable)
--- a/vrm.py
+++ b/vrm.py
@@ -7,7 +7,7 @@ Tooltip: 'Vector Rendering Method script'
 """
 
 __author__ = "Antonio Ospite"
-__url__ = ["http://projects.blender.org/projects/vrm"]
+__url__ = ["http://vrm.ao2.it"]
 __version__ = "0.3.beta"
 
 __bpydoc__ = """\
@@ -15,7 +15,7 @@ __bpydoc__ = """\
 """
 
 # ---------------------------------------------------------------------
-#    Copyright (c) 2006, 2007, 2008 Antonio Ospite
+#    Copyright (c) 2006, 2007, 2008, 2009 Antonio Ospite
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -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)