Revision: 15230
          http://gate.svn.sourceforge.net/gate/?rev=15230&view=rev
Author:   valyt
Date:     2012-01-26 16:41:16 +0000 (Thu, 26 Jan 2012)
Log Message:
-----------
white space formatting

Modified Paths:
--------------
    gate/trunk/plugins/JAPE_Plus/src/gate/jape/plus/SPTBase.java

Modified: gate/trunk/plugins/JAPE_Plus/src/gate/jape/plus/SPTBase.java
===================================================================
--- gate/trunk/plugins/JAPE_Plus/src/gate/jape/plus/SPTBase.java        
2012-01-26 16:13:16 UTC (rev 15229)
+++ gate/trunk/plugins/JAPE_Plus/src/gate/jape/plus/SPTBase.java        
2012-01-26 16:41:16 UTC (rev 15230)
@@ -1059,10 +1059,10 @@
         transitions: for(Transition aTransition : 
states[fsmInstance.state].transitions) {
           if(aTransition.type == TransitionPDA.TYPE_OPENING_ROUND_BRACKET){
             //opening-round-bracket transition
-          FSMInstance nextInstance = fsmInstance.clone();
-          nextInstance.pushNewEmptyBindingSet();
-          nextInstance.state = aTransition.nextState;
-          activeInstances.addLast(nextInstance);
+            FSMInstance nextInstance = fsmInstance.clone();
+            nextInstance.pushNewEmptyBindingSet();
+            nextInstance.state = aTransition.nextState;
+            activeInstances.addLast(nextInstance);
             // we do not advance the annotation index,
             // since opening-round-bracket
             // transitions are treated like epsilon transitions
@@ -1070,10 +1070,10 @@
           }
           if(aTransition.type != TransitionPDA.TYPE_CONSTRAINT){
             // closing-round-bracket transition
-          FSMInstance nextInstance = fsmInstance.clone();
-          nextInstance.popBindingSet(arrayOfBindingNames[aTransition.type]);
-          nextInstance.state = aTransition.nextState;
-          activeInstances.addLast(nextInstance);
+            FSMInstance nextInstance = fsmInstance.clone();
+            nextInstance.popBindingSet(arrayOfBindingNames[aTransition.type]);
+            nextInstance.state = aTransition.nextState;
+            activeInstances.addLast(nextInstance);
             // we do not advance the annotation index,
             // since closing-round-bracket
             // transitions are treated like epsilon transitions

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to