Update of /cvsroot/cpptool/rfta/src/rfta
In directory sc8-pr-cvs1:/tmp/cvs-serv23547/src/rfta
Modified Files:
CodeRewriter.cpp
Log Message:
* fixed indentation
Index: CodeRewriter.cpp
===================================================================
RCS file: /cvsroot/cpptool/rfta/src/rfta/CodeRewriter.cpp,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** CodeRewriter.cpp 25 Apr 2003 07:49:15 -0000 1.44
--- CodeRewriter.cpp 29 Apr 2003 07:01:43 -0000 1.45
***************
*** 296,300 ****
deleteTextIfNecessary( change );
if ( change.wasRemoved() )
! continue;
currentInsertionPos_ = nextStatementInsertionPos;
--- 296,300 ----
deleteTextIfNecessary( change );
if ( change.wasRemoved() )
! continue;
currentInsertionPos_ = nextStatementInsertionPos;
***************
*** 648,652 ****
deleteTextIfNecessary( change );
if (change.wasRemoved())
! continue;
if ( needsToInsertComma( change, index, firstWasAdded ) )
insertText( ", " );
--- 648,652 ----
deleteTextIfNecessary( change );
if (change.wasRemoved())
! continue;
if ( needsToInsertComma( change, index, firstWasAdded ) )
insertText( ", " );
|