Update of /cvsroot/cpptool/rfta/src/rftaparser
In directory sc8-pr-cvs1:/tmp/cvs-serv7631/src/rftaparser
Modified Files:
SourceRange.cpp
Log Message:
* indentation fix
Index: SourceRange.cpp
===================================================================
RCS file: /cvsroot/cpptool/rfta/src/rftaparser/SourceRange.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SourceRange.cpp 1 May 2003 20:48:05 -0000 1.3
--- SourceRange.cpp 10 May 2003 10:55:38 -0000 1.4
***************
*** 22,26 ****
SourceRange::SourceRange( int startIndex,
! int length )
: startIndex_( startIndex )
, length_( length )
--- 22,26 ----
SourceRange::SourceRange( int startIndex,
! int length )
: startIndex_( startIndex )
, length_( length )
|