[seed] extensions: fix some indentation oddities



commit 75f843389e2eccd25fc77d71119af09892462a0f
Author: Tim Horton <hortont424 gmail com>
Date:   Thu Dec 31 05:12:28 2009 -0500

    extensions: fix some indentation oddities

 extensions/Seed.js.in |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/extensions/Seed.js.in b/extensions/Seed.js.in
index 5f76a7d..0740bd0 100644
--- a/extensions/Seed.js.in
+++ b/extensions/Seed.js.in
@@ -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)
 		{



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]