@@ -27,7 +27,7 @@ public static class IronRubyEngine {
         private static ScriptScope _Scope;
 
         static IronRubyEngine() {
-        	Engine = Ruby.CreateEngine();
+            Engine = Ruby.CreateEngine();
             _Scope = Engine.CreateScope();
         }
 