From 6c5e5cce0ac071379a3fff42482e1bbef7eb264d Mon Sep 17 00:00:00 2001 From: thurston Date: Mon, 11 Jun 2007 14:00:19 +0000 Subject: [PATCH] Adjusted whitespace in xml output. git-svn-id: http://svn.complang.org/ragel/trunk@241 052ea7fc-9027-0410-9066-f65837a77df0 --- ragel/xmlcodegen.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ragel/xmlcodegen.cpp b/ragel/xmlcodegen.cpp index f4570a9..dd36167 100644 --- a/ragel/xmlcodegen.cpp +++ b/ragel/xmlcodegen.cpp @@ -288,7 +288,6 @@ void XMLCodeGen::writeLmOnLagBehind( InlineItem *item ) void XMLCodeGen::writeLmSwitch( InlineItem *item ) { - LongestMatch *longestMatch = item->longestMatch; out << "\n"; @@ -297,7 +296,7 @@ void XMLCodeGen::writeLmSwitch( InlineItem *item ) * error state. */ assert( fsm->errState != 0 ); - out << " "; + out << " "; out << "" << fsm->errState->alg.stateNum << ""; out << "\n"; } @@ -306,7 +305,7 @@ void XMLCodeGen::writeLmSwitch( InlineItem *item ) if ( lmi->inLmSelect && lmi->action != 0 ) { /* Open the action. Write it with the context that sets up _p * when doing control flow changes from inside the machine. */ - out << " longestMatchId << "\">"; + out << " longestMatchId << "\">"; out << ""; writeInlineList( lmi->action->inlineList ); out << "\n"; -- 2.7.4