extensions: fix some indentation oddities
authorTim Horton <hortont424@gmail.com>
Thu, 31 Dec 2009 10:12:28 +0000 (05:12 -0500)
committerTim Horton <hortont424@gmail.com>
Thu, 31 Dec 2009 10:12:28 +0000 (05:12 -0500)
extensions/Seed.js.in

index 5f76a7d..0740bd0 100644 (file)
@@ -187,16 +187,16 @@ if(!imports.searchPath || (imports.searchPath.length == 0))
                
                try
                {
-               if(!GLib.path_is_absolute(__script_path__))
-               {
-                       __script_path__ = GLib.build_filenamev([GLib.get_current_dir(),
-                                                             __script_path__]);
-               }
+                       if(!GLib.path_is_absolute(__script_path__))
+                       {
+                               __script_path__ = GLib.build_filenamev([GLib.get_current_dir(),
+                                                                     __script_path__]);
+                       }
                
-               __script_path__ = imports.os.realpath(__script_path__);
+                       __script_path__ = imports.os.realpath(__script_path__);
                
-               if(__script_path__ && __script_path__ != "")
-                       imports.searchPath.push(__script_path__);
+                       if(__script_path__ && __script_path__ != "")
+                               imports.searchPath.push(__script_path__);
                }
                catch(e)
                {