[108792] branches/gsoc13-tests/src/port1.0/tests/portactivate.test

cal at macports.org cal at macports.org
Thu Aug 1 16:20:55 PDT 2013


Revision: 108792
          https://trac.macports.org/changeset/108792
Author:   cal at macports.org
Date:     2013-08-01 16:20:55 -0700 (Thu, 01 Aug 2013)
Log Message:
-----------
portactivate.test: fix indentation

Modified Paths:
--------------
    branches/gsoc13-tests/src/port1.0/tests/portactivate.test

Modified: branches/gsoc13-tests/src/port1.0/tests/portactivate.test
===================================================================
--- branches/gsoc13-tests/src/port1.0/tests/portactivate.test	2013-08-01 23:16:27 UTC (rev 108791)
+++ branches/gsoc13-tests/src/port1.0/tests/portactivate.test	2013-08-01 23:20:55 UTC (rev 108792)
@@ -168,19 +168,19 @@
     }
 
     proc getportworkpath_from_buildpath {portbuildpath} {
-    return [file join $portbuildpath work]
+        return [file join $portbuildpath work]
     }
 
     proc getportworkpath_from_portdir {portpath {portname ""}} {
-    return [getportworkpath_from_buildpath [getportbuildpath $portpath $portname]]
+        return [getportworkpath_from_buildpath [getportbuildpath $portpath $portname]]
     }
 
     source $pwd/../portmain.tcl
 
     # sets up PortInfo array
     if {[eval_variants variations] != 0} {
-    mportclose $mport
-    error "Error evaluating variants"
+        mportclose $mport
+        error "Error evaluating variants"
     }
 
     # set $version var
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130801/7d96da7e/attachment.html>


More information about the macports-changes mailing list