Corrected the last commit where I accidentally inserted a tab,
discovered by Sylvain Munaut (whose pull request I am improperly
bypassing, sorry).
diff --git a/VERSION b/VERSION
index 7ee7020..59e9e60 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.10
+1.0.11
diff --git a/common/foundry_install.py b/common/foundry_install.py
index 52c1041..149c21f 100755
--- a/common/foundry_install.py
+++ b/common/foundry_install.py
@@ -614,7 +614,7 @@
                 print('box move e 200', file=ofile)
                                 
             print('puts stdout "Writing GDS library ' + destlib + '"', file=ofile)
-	    print('gds library', file=ofile)
+            print('gds library', file=ofile)
             print('gds write ' + destlib, file=ofile)
             print('puts stdout "Done."', file=ofile)
             print('quit -noprompt', file=ofile)