Formatting fix.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Wed, 3 Oct 2007 17:11:45 +0000 (17:11 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Wed, 3 Oct 2007 17:11:45 +0000 (17:11 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@299 052ea7fc-9027-0410-9066-f65837a77df0

rlgen-cd/tabcodegen.cpp

index aef3b4f..f44690d 100644 (file)
@@ -333,7 +333,6 @@ std::ostream &TabCodeGen::EOF_TRANS()
        int totalStateNum = 0;
        for ( RedStateList::Iter st = redFsm->stateList; st.lte(); st++ ) {
                /* Write any eof action. */
-
                long trans = 0;
                if ( st->eofTrans != 0 )
                        trans = st->eofTrans->id+1;