Change tab to spaces
authorHuang Hao <hao.h.huang@intel.com>
Thu, 6 Sep 2012 07:47:42 +0000 (15:47 +0800)
committerHuang Hao <hao.h.huang@intel.com>
Thu, 6 Sep 2012 07:47:42 +0000 (15:47 +0800)
Change-Id: I1b939a7f2cfe1644eaa6df8b7cba860b075f154e

gitbuildsys/cmd_remotebuild.py

index 1cf58b1..e733684 100644 (file)
@@ -102,13 +102,13 @@ def do(opts, args):
     package = spec.name
 
     if opts.base_obsprj is None:
-       base_prj = configmgr.get('base_prj', 'remotebuild')
+        base_prj = configmgr.get('base_prj', 'remotebuild')
     else:
         base_prj = opts.base_obsprj
 
     if opts.target_obsprj is None:
         target_prj = configmgr.get('target_prj', 'remotebuild') or \
-                       "home:%s:gbs:%s" % (USER, base_prj)
+            "home:%s:gbs:%s" % (USER, base_prj)
     else:
         target_prj = opts.target_obsprj