Changeset 2664 in Sophya


Ignore:
Timestamp:
Apr 7, 2005, 5:49:16 PM (20 years ago)
Author:
ansari
Message:

Correction indentation impression ds AnalyseTag (ppfbinstream.cc) - Reza 7 Avril 2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/ppfbinstream.cc

    r2660 r2664  
    10911091      case PPS_ENDOBJECT :
    10921092        GetRawU8(oid);
     1093        idxind--;
     1094        idxindent = (idxind >= 0) ? idxind : 0;
    10931095        cout << indents[idxindent]
    10941096             << "<PPS_ENDOBJECT> tag at position " << hex << cpos << "  ObjectId= "
    10951097             << oid << dec << endl;
    1096         idxind--;
    1097         idxindent = (idxind >= 0) ? idxind : 0;
    10981098        break;
    10991099
Note: See TracChangeset for help on using the changeset viewer.